Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <doctest.h>
Public Member Functions | |
ContextScope (const L &lambda) | |
ContextScope (L &&lambda) | |
ContextScope (const ContextScope &)=delete | |
ContextScope (ContextScope &&) noexcept=default | |
ContextScope & | operator= (const ContextScope &)=delete |
ContextScope & | operator= (ContextScope &&)=delete |
void | stringify (std::ostream *s) const override |
~ContextScope () override | |
![]() | |
ContextScopeBase (const ContextScopeBase &)=delete | |
ContextScopeBase & | operator= (const ContextScopeBase &)=delete |
ContextScopeBase & | operator= (ContextScopeBase &&)=delete |
~ContextScopeBase () override=default | |
Private Attributes | |
L | lambda_ |
Additional Inherited Members | |
![]() | |
ContextScopeBase () | |
ContextScopeBase (ContextScopeBase &&other) noexcept | |
void | destroy () |
![]() | |
bool | need_to_destroy {true} |
|
inlineexplicit |
|
inlineexplicit |
|
delete |
|
defaultnoexcept |
|
inlineoverride |
|
delete |
|
delete |
|
inlineoverridevirtual |
|
private |