All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Generators::RangeGenerator< T > Class Template Referencefinal
+ Inheritance diagram for Catch::Generators::RangeGenerator< T >:

Public Member Functions

 RangeGenerator (T const &start, T const &end, T const &step)
 
 RangeGenerator (T const &start, T const &end)
 
T const & get () const override
 
bool next () override
 

Private Attributes

m_current
 
m_end
 
m_step
 
bool m_positive
 

Additional Inherited Members

- Public Types inherited from Catch::Generators::IGenerator< T >
using type = T
 

Detailed Description

template<typename T>
class Catch::Generators::RangeGenerator< T >

Definition at line 4667 of file catch.hpp.


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