CellModules
Catch::BetweenGenerator< T > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::BetweenGenerator< T >:
Catch::IGenerator< T >

Public Member Functions

 BetweenGenerator (T from, T to)
 
virtual T getValue (std::size_t index) const
 
virtual std::size_t size () const
 

Private Attributes

m_from
 
m_to
 

Detailed Description

template<typename T>
class Catch::BetweenGenerator< T >

Definition at line 1849 of file catch.hpp.

Constructor & Destructor Documentation

◆ BetweenGenerator()

template<typename T >
Catch::BetweenGenerator< T >::BetweenGenerator ( from,
to 
)
inline

Definition at line 1851 of file catch.hpp.

Member Function Documentation

◆ getValue()

template<typename T >
virtual T Catch::BetweenGenerator< T >::getValue ( std::size_t  index) const
inlinevirtual

Implements Catch::IGenerator< T >.

Definition at line 1853 of file catch.hpp.

◆ size()

template<typename T >
virtual std::size_t Catch::BetweenGenerator< T >::size ( ) const
inlinevirtual

Implements Catch::IGenerator< T >.

Definition at line 1857 of file catch.hpp.

Member Data Documentation

◆ m_from

template<typename T >
T Catch::BetweenGenerator< T >::m_from
private

Definition at line 1863 of file catch.hpp.

◆ m_to

template<typename T >
T Catch::BetweenGenerator< T >::m_to
private

Definition at line 1864 of file catch.hpp.


The documentation for this class was generated from the following file: