kblib 0.2.3
General utilities library for modern C++
Catch::IGeneratorTracker Struct Referenceabstract

#include <catch/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
 
virtual ~IGeneratorTracker ()
 
virtual auto hasGenerator () const -> bool=0
 
virtual auto getGenerator () const -> Generators::GeneratorBasePtr const &=0
 
virtual void setGenerator (Generators::GeneratorBasePtr &&generator)=0
 

Detailed Description

Definition at line 3859 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IGeneratorTracker() [1/2]

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

◆ ~IGeneratorTracker() [2/2]

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

Member Function Documentation

◆ getGenerator() [1/2]

virtual auto Catch::IGeneratorTracker::getGenerator ( ) const -> Generators::GeneratorBasePtr const &
pure virtual

◆ getGenerator() [2/2]

virtual auto Catch::IGeneratorTracker::getGenerator ( ) const -> Generators::GeneratorBasePtr const &
pure virtual

◆ hasGenerator() [1/2]

virtual auto Catch::IGeneratorTracker::hasGenerator ( ) const -> bool
pure virtual

◆ hasGenerator() [2/2]

virtual auto Catch::IGeneratorTracker::hasGenerator ( ) const -> bool
pure virtual

◆ setGenerator() [1/2]

virtual void Catch::IGeneratorTracker::setGenerator ( Generators::GeneratorBasePtr &&  generator)
pure virtual

◆ setGenerator() [2/2]

virtual void Catch::IGeneratorTracker::setGenerator ( Generators::GeneratorBasePtr &&  generator)
pure virtual

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