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

Constructor & Destructor Documentation

◆ GeneratorWrapper()

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

Definition at line 3577 of file catch.hpp.

Member Function Documentation

◆ get()

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

Definition at line 3580 of file catch.hpp.

◆ next()

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

Definition at line 3583 of file catch.hpp.

Member Data Documentation

◆ m_generator

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

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