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

#include <catch.hpp>

Public Member Functions

 GeneratorWrapper (std::unique_ptr< IGenerator< T >> generator)
 
T const & get () const
 
bool next ()
 

Private Attributes

std::unique_ptr< IGenerator< T > > m_generator
 

Detailed Description

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

Definition at line 3985 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T>
Catch::Generators::GeneratorWrapper< T >::GeneratorWrapper ( std::unique_ptr< IGenerator< T >>  generator)
inline

Definition at line 3988 of file catch.hpp.

Member Function Documentation

template<typename T>
T const& Catch::Generators::GeneratorWrapper< T >::get ( ) const
inline

Definition at line 3991 of file catch.hpp.

template<typename T>
bool Catch::Generators::GeneratorWrapper< T >::next ( )
inline

Definition at line 3994 of file catch.hpp.

Member Data Documentation

template<typename T>
std::unique_ptr<IGenerator<T> > Catch::Generators::GeneratorWrapper< T >::m_generator
private

Definition at line 3986 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