Public Member Functions | |
| ContextScopeBase (const ContextScopeBase &)=delete | |
| ContextScopeBase & | operator= (const ContextScopeBase &)=delete |
| ContextScopeBase & | operator= (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} |