|
CellModules
|
#include <catch.hpp>
Public Member Functions | |
| BetweenGenerator (T from, T to) | |
| virtual T | getValue (std::size_t index) const |
| virtual std::size_t | size () const |
Private Attributes | |
| T | m_from |
| T | m_to |
|
inline |
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
private |
|
private |