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

#include <catch/catch.hpp>

Public Member Functions

virtual ~IRunner ()
 
virtual bool aborting () const =0
 
virtual ~IRunner ()
 
virtual bool aborting () const =0
 

Detailed Description

Definition at line 4840 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IRunner() [1/2]

virtual Catch::IRunner::~IRunner ( )
virtual

◆ ~IRunner() [2/2]

virtual Catch::IRunner::~IRunner ( )
virtual

Member Function Documentation

◆ aborting() [1/2]

virtual bool Catch::IRunner::aborting ( ) const
pure virtual

◆ aborting() [2/2]

virtual bool Catch::IRunner::aborting ( ) const
pure virtual

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