sudo apt-get marks
 
Loading...
Searching...
No Matches
doctest::detail::ContextScopeBase Struct Reference
Inheritance diagram for doctest::detail::ContextScopeBase:
doctest::IContextScope doctest::detail::ContextScope< L >

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

bool need_to_destroy {true}