Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Generators::GeneratorWrapper< T > Class Template Referencefinal

#include <catch.hpp>

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

Public Member Functions

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

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.

References Catch::Generators::GeneratorWrapper< T >::GeneratorWrapper().

Referenced by Catch::Generators::GeneratorWrapper< T >::GeneratorWrapper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ get()

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

Definition at line 3992 of file catch.hpp.

◆ next()

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

Definition at line 3995 of file catch.hpp.


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