Struct IGeneratorTracker¶
Defined in File catch.hpp
Struct Documentation¶
-
struct
Catch::IGeneratorTracker¶ Public Functions
-
virtual
~IGeneratorTracker()¶
-
virtual auto
hasGenerator() const -> bool = 0¶
-
virtual auto
getGenerator() const -> Generators::GeneratorBasePtr const& = 0¶
-
virtual void
setGenerator(Generators::GeneratorBasePtr &&generator) = 0¶
-
virtual auto
getIndex() const -> std::size_t = 0¶
-
virtual