Agora  1.2.0
Agora project
Catch::IGeneratorTracker Struct Referenceabstract

#include <catch.hpp>

Public Member Functions

virtual ~IGeneratorTracker ()
 
virtual auto hasGenerator () const -> bool=0
 
virtual auto getGenerator () const -> Generators::GeneratorBasePtr const &=0
 
virtual void setGenerator (Generators::GeneratorBasePtr &&generator)=0
 

Constructor & Destructor Documentation

◆ ~IGeneratorTracker()

virtual Catch::IGeneratorTracker::~IGeneratorTracker ( )
virtual

Member Function Documentation

◆ getGenerator()

virtual auto Catch::IGeneratorTracker::getGenerator ( ) const -> Generators::GeneratorBasePtr const &
pure virtual
Here is the caller graph for this function:

◆ hasGenerator()

virtual auto Catch::IGeneratorTracker::hasGenerator ( ) const -> bool
pure virtual
Here is the caller graph for this function:

◆ setGenerator()

virtual void Catch::IGeneratorTracker::setGenerator ( Generators::GeneratorBasePtr &&  generator)
pure virtual
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: