Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
doctest::detail::ContextScopeBase Struct Reference

#include <doctest.h>

+ Inheritance diagram for doctest::detail::ContextScopeBase:

Public Member Functions

 ContextScopeBase (const ContextScopeBase &)=delete
 
ContextScopeBaseoperator= (const ContextScopeBase &)=delete
 
ContextScopeBaseoperator= (ContextScopeBase &&)=delete
 
 ~ContextScopeBase () override=default
 
- Public Member Functions inherited from doctest::IContextScope
virtual void stringify (std::ostream *) const =0
 

Protected Member Functions

 ContextScopeBase ()
 
 ContextScopeBase (ContextScopeBase &&other) noexcept
 
void destroy ()
 

Protected Attributes

bool need_to_destroy {true}
 

Detailed Description

Definition at line 1831 of file doctest.h.

Constructor & Destructor Documentation

◆ ContextScopeBase() [1/3]

doctest::detail::ContextScopeBase::ContextScopeBase ( const ContextScopeBase & )
delete

◆ ~ContextScopeBase()

doctest::detail::ContextScopeBase::~ContextScopeBase ( )
overridedefault

◆ ContextScopeBase() [2/3]

doctest::detail::ContextScopeBase::ContextScopeBase ( )
protected

◆ ContextScopeBase() [3/3]

doctest::detail::ContextScopeBase::ContextScopeBase ( ContextScopeBase && other)
protectednoexcept

Member Function Documentation

◆ destroy()

void doctest::detail::ContextScopeBase::destroy ( )
protected

◆ operator=() [1/2]

ContextScopeBase & doctest::detail::ContextScopeBase::operator= ( const ContextScopeBase & )
delete

◆ operator=() [2/2]

ContextScopeBase & doctest::detail::ContextScopeBase::operator= ( ContextScopeBase && )
delete

Field Documentation

◆ need_to_destroy

bool doctest::detail::ContextScopeBase::need_to_destroy {true}
protected

Definition at line 1844 of file doctest.h.

1844{true};

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