ManaPlus
Public Member Functions
doctest::IContextScope Struct Referenceabstract

#include <doctest.h>

Inheritance diagram for doctest::IContextScope:
doctest::detail::ContextScope

Public Member Functions

 IContextScope (const IContextScope &)=delete
 
IContextScopeoperator= (const IContextScope &)=delete
 
 IContextScope ()
 
virtual ~IContextScope ()
 
virtual void stringify (std::ostream *) const =0
 

Detailed Description

Definition at line 719 of file doctest.h.

Constructor & Destructor Documentation

◆ IContextScope() [1/2]

doctest::IContextScope::IContextScope ( const IContextScope )
delete

◆ IContextScope() [2/2]

doctest::IContextScope::IContextScope ( )

◆ ~IContextScope()

virtual doctest::IContextScope::~IContextScope ( )
virtual

Member Function Documentation

◆ operator=()

IContextScope& doctest::IContextScope::operator= ( const IContextScope )
delete

◆ stringify()

virtual void doctest::IContextScope::stringify ( std::ostream *  ) const
pure virtual

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