Wire Sysio Wire Sysion 1.0.0
|
#include <catch_generators.hpp>
Public Member Functions | |
SingleValueGenerator (T const &value) | |
SingleValueGenerator (T &&value) | |
T const & | get () const override |
bool | next () override |
SingleValueGenerator (T const &value) | |
SingleValueGenerator (T &&value) | |
T const & | get () const override |
bool | next () override |
Public Member Functions inherited from Catch::Generators::IGenerator< T > | |
virtual | ~IGenerator ()=default |
virtual | ~IGenerator ()=default |
Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
GeneratorUntypedBase ()=default | |
virtual | ~GeneratorUntypedBase () |
GeneratorUntypedBase ()=default | |
virtual | ~GeneratorUntypedBase () |
Additional Inherited Members | |
Public Types inherited from Catch::Generators::IGenerator< T > | |
using | type = T |
|
inline |
Definition at line 60 of file catch_generators.hpp.
|
inline |
Definition at line 61 of file catch_generators.hpp.
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
Definition at line 63 of file catch_generators.hpp.
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
Definition at line 3547 of file catch.hpp.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
Definition at line 66 of file catch_generators.hpp.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
Definition at line 3550 of file catch.hpp.