Public Member Functions | Private Attributes | List of all members
Catch::Generators::RangeGenerator< T > Class Template Referencefinal

#include <catch.hpp>

Inheritance diagram for Catch::Generators::RangeGenerator< T >:
Inheritance graph
[legend]

Public Member Functions

T const & get () const override
 
bool next () override
 
 RangeGenerator (T const &start, T const &end, T const &step)
 
 RangeGenerator (T const &start, T const &end)
 
- Public Member Functions inherited from Catch::Generators::IGenerator< T >
virtual ~IGenerator ()=default
 
- Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase
 GeneratorUntypedBase ()=default
 
virtual ~GeneratorUntypedBase ()
 

Private Attributes

m_current
 
m_end
 
bool m_positive
 
m_step
 

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 4108 of file catch.hpp.

Constructor & Destructor Documentation

◆ RangeGenerator() [1/2]

template<typename T >
Catch::Generators::RangeGenerator< T >::RangeGenerator ( T const &  start,
T const &  end,
T const &  step 
)
inline

Definition at line 4115 of file catch.hpp.

◆ RangeGenerator() [2/2]

template<typename T >
Catch::Generators::RangeGenerator< T >::RangeGenerator ( T const &  start,
T const &  end 
)
inline

Definition at line 4126 of file catch.hpp.

Member Function Documentation

◆ get()

template<typename T >
T const& Catch::Generators::RangeGenerator< T >::get ( ) const
inlineoverridevirtual

Implements Catch::Generators::IGenerator< T >.

Definition at line 4130 of file catch.hpp.

◆ next()

template<typename T >
bool Catch::Generators::RangeGenerator< T >::next ( )
inlineoverridevirtual

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4134 of file catch.hpp.

Member Data Documentation

◆ m_current

template<typename T >
T Catch::Generators::RangeGenerator< T >::m_current
private

Definition at line 4109 of file catch.hpp.

◆ m_end

template<typename T >
T Catch::Generators::RangeGenerator< T >::m_end
private

Definition at line 4110 of file catch.hpp.

◆ m_positive

template<typename T >
bool Catch::Generators::RangeGenerator< T >::m_positive
private

Definition at line 4112 of file catch.hpp.

◆ m_step

template<typename T >
T Catch::Generators::RangeGenerator< T >::m_step
private

Definition at line 4111 of file catch.hpp.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03