Struct IGeneratorTracker

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