![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <generator_handler.h>
Public Member Functions | |
| GeneratorHandler (Catch::Generators::GeneratorWrapper< T > &&generator) | |
| 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 () |
Additional Inherited Members | |
| Public Types inherited from Catch::Generators::IGenerator< T > | |
| using | type = T |
Definition at line 16 of file generator_handler.h.
|
inline |
Definition at line 19 of file generator_handler.h.
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
Definition at line 24 of file generator_handler.h.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
Definition at line 29 of file generator_handler.h.