Struct IGeneratorTracker
Defined in File catch.hpp
Struct Documentation
-
struct 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 ~IGeneratorTracker()