ManaPlus
|
#include <catch.hpp>
Public Member Functions | |
ValuesGenerator () | |
void | add (T value) |
virtual T | getValue (std::size_t index) const |
virtual std::size_t | size () const |
Public Member Functions inherited from Catch::IGenerator< T > | |
virtual | ~IGenerator () |
Private Attributes | |
std::vector< T > | m_values |
|
inline |
|
inline |
Definition at line 2376 of file catch.hpp.
Referenced by Catch::CompositeGenerator< T >::then(), and Catch::Generators::values().
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
private |