kblib 0.2.3
General utilities library for modern C++
Catch::Generators::Generators< T > Class Template Reference

#include <catch/catch.hpp>

Inheritance diagram for Catch::Generators::Generators< T >:
Collaboration diagram for Catch::Generators::Generators< T >:

Public Member Functions

template<typename... Gs>
 Generators (Gs &&... moreGenerators)
 
T const & get () const override
 
bool next () override
 
template<typename... Gs>
 Generators (Gs &&... moreGenerators)
 
T const & get () const override
 
bool next () override
 
- Public Member Functions inherited from Catch::Generators::IGenerator< T >
virtual ~IGenerator ()=default
 
virtual T const & get () const =0
 
virtual ~IGenerator ()=default
 
virtual T const & get () const =0
 
- Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase
 GeneratorUntypedBase ()=default
 
virtual ~GeneratorUntypedBase ()
 
virtual bool next ()=0
 
 GeneratorUntypedBase ()=default
 
virtual ~GeneratorUntypedBase ()
 
virtual bool next ()=0
 

Additional Inherited Members

- Public Types inherited from Catch::Generators::IGenerator< T >
using type = T
 
using type = T
 

Detailed Description

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

Definition at line 4010 of file catch.hpp.

Constructor & Destructor Documentation

◆ Generators() [1/2]

template<typename T >
template<typename... Gs>
Catch::Generators::Generators< T >::Generators ( Gs &&...  moreGenerators)
inline

Definition at line 4032 of file catch.hpp.

◆ Generators() [2/2]

template<typename T >
template<typename... Gs>
Catch::Generators::Generators< T >::Generators ( Gs &&...  moreGenerators)
inline

Definition at line 4032 of file catch.hpp.

Member Function Documentation

◆ get() [1/2]

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

Implements Catch::Generators::IGenerator< T >.

Definition at line 4037 of file catch.hpp.

◆ get() [2/2]

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

Implements Catch::Generators::IGenerator< T >.

Definition at line 4037 of file catch.hpp.

◆ next() [1/2]

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

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4041 of file catch.hpp.

◆ next() [2/2]

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

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4041 of file catch.hpp.


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