Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::IGeneratorTracker Struct Referenceabstract

#include <catch.hpp>

+ Collaboration diagram for Catch::IGeneratorTracker:

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
 

Detailed Description

Definition at line 3859 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IGeneratorTracker()

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

Member Function Documentation

◆ getGenerator()

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

◆ hasGenerator()

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

Referenced by Catch::Generators::generate().

+ Here is the caller graph for this function:

◆ setGenerator()

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

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