|
Agora
1.2.0
Agora project
|
#include <catch.hpp>


Public Member Functions | |
| template<typename InputIterator , typename InputSentinel > | |
| IteratorGenerator (InputIterator first, InputSentinel last) | |
| T const & | get () const override |
| bool | next () override |
Public Member Functions inherited from Catch::Generators::IGenerator< T > | |
| virtual | ~IGenerator ()=default |
Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
| GeneratorUntypedBase ()=default | |
| virtual | ~GeneratorUntypedBase () |
Private Attributes | |
| std::vector< T > | m_elems |
| size_t | m_current = 0 |
Additional Inherited Members | |
Public Types inherited from Catch::Generators::IGenerator< T > | |
| using | type = T |
|
inline |

|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
|
private |
|
private |