#include <catch.hpp>
Public Member Functions | |
virtual std::size_t | getCurrentIndex () const =0 |
virtual bool | moveNext ()=0 |
virtual | ~IGeneratorInfo () |
virtual Catch::IGeneratorInfo::~IGeneratorInfo | ( | ) | [virtual] |
virtual std::size_t Catch::IGeneratorInfo::getCurrentIndex | ( | ) | const [pure virtual] |
virtual bool Catch::IGeneratorInfo::moveNext | ( | ) | [pure virtual] |