|
CellModules
|
#include <catch.hpp>
Public Member Functions | |
| virtual | ~IGenerator () |
| virtual T | getValue (std::size_t index) const =0 |
| virtual std::size_t | size () const =0 |
|
inlinevirtual |
|
pure virtual |
Implemented in Catch::BetweenGenerator< T >, and Catch::ValuesGenerator< T >.
|
pure virtual |
Implemented in Catch::BetweenGenerator< T >, and Catch::ValuesGenerator< T >.