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

#include <catch.hpp>

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

Public Member Functions

 FixedValuesGenerator (std::initializer_list< T > values)
 
T const & get () const override
 
bool next () override
 
- 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

size_t m_idx = 0
 
std::vector< T > m_values
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 3966 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T >
Catch::Generators::FixedValuesGenerator< T >::FixedValuesGenerator ( std::initializer_list< T >  values)
inline

Definition at line 3973 of file catch.hpp.

Member Function Documentation

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

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

Definition at line 3975 of file catch.hpp.

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

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 3978 of file catch.hpp.

Member Data Documentation

template<typename T >
size_t Catch::Generators::FixedValuesGenerator< T >::m_idx = 0
private

Definition at line 3971 of file catch.hpp.

template<typename T >
std::vector<T> Catch::Generators::FixedValuesGenerator< T >::m_values
private

Definition at line 3969 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:36