spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Catch::Generators::GeneratorWrapper< T > Class Template Referencefinal

Detailed Description

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

Definition at line 3782 of file catch.hpp.

#include <catch.hpp>

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

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
 

Constructor & Destructor Documentation

◆ GeneratorWrapper()

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

Definition at line 3785 of file catch.hpp.

Member Function Documentation

◆ get()

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

Definition at line 3788 of file catch.hpp.

◆ next()

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

Definition at line 3791 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 3783 of file catch.hpp.


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