![]() |
ManaPlus
|
#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 |
Public Member Functions inherited from Catch::IGenerator< T > | |
| virtual | ~IGenerator () |
Private Attributes | |
| T | m_from |
| T | m_to |
|
inline |
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
private |
|
private |