Fission FSN
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}

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

Member Data Documentation

◆ need_to_destroy

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

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