Fraxinus  18.10
An IGT application
Catch::CompositeGenerator< T > Class Template Reference

#include <catch.hpp>

Public Member Functions

 CompositeGenerator ()
 
 CompositeGenerator (CompositeGenerator &other)
 
CompositeGeneratorsetFileInfo (const char *fileInfo)
 
 ~CompositeGenerator ()
 
 operator T () const
 
void add (const IGenerator< T > *generator)
 
CompositeGeneratorthen (CompositeGenerator &other)
 
CompositeGeneratorthen (T value)
 

Detailed Description

template<typename T>
class Catch::CompositeGenerator< T >

Definition at line 3049 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T>
Catch::CompositeGenerator< T >::CompositeGenerator ( )
inline

Definition at line 3051 of file catch.hpp.

template<typename T>
Catch::CompositeGenerator< T >::CompositeGenerator ( CompositeGenerator< T > &  other)
inline

Definition at line 3054 of file catch.hpp.

template<typename T>
Catch::CompositeGenerator< T >::~CompositeGenerator ( )
inline

Definition at line 3066 of file catch.hpp.

Member Function Documentation

template<typename T>
void Catch::CompositeGenerator< T >::add ( const IGenerator< T > *  generator)
inline

Definition at line 3088 of file catch.hpp.

template<typename T>
Catch::CompositeGenerator< T >::operator T ( ) const
inline

Definition at line 3070 of file catch.hpp.

template<typename T>
CompositeGenerator& Catch::CompositeGenerator< T >::setFileInfo ( const char *  fileInfo)
inline

Definition at line 3061 of file catch.hpp.

template<typename T>
CompositeGenerator& Catch::CompositeGenerator< T >::then ( CompositeGenerator< T > &  other)
inline

Definition at line 3093 of file catch.hpp.

template<typename T>
CompositeGenerator& Catch::CompositeGenerator< T >::then ( value)
inline

Definition at line 3098 of file catch.hpp.


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