API
Catch::Generators::GeneratorWrapper< T > Class Template Referencefinal

#include <catch.hpp>

Collaboration diagram for Catch::Generators::GeneratorWrapper< T >:
Collaboration graph

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

Member Function Documentation

◆ get()

◆ next()

Member Data Documentation

◆ m_generator

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

Definition at line 3987 of file catch.hpp.


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