IOSS 2.0
|
#include <Ioss_ScopeGuard.h>
Public Member Functions | |
~ScopeGuardImpl1 () | |
void | Execute () |
![]() | |
ScopeGuardImplBase & | operator= (const ScopeGuardImplBase &)=delete |
ScopeGuardImplBase ()=default | |
void | Dismiss () const |
Static Public Member Functions | |
static ScopeGuardImpl1< F, P1 > | MakeGuard (F fun, P1 p1) |
Protected Member Functions | |
ScopeGuardImpl1 (F fun, P1 p1) | |
![]() | |
~ScopeGuardImplBase ()=default | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) | |
Protected Attributes | |
F | fun_ |
const P1 | p1_ |
![]() | |
bool | dismissed_ {false} |
Additional Inherited Members | |
![]() | |
template<typename J> | |
static void | SafeExecute (J &j) |
|
inline |
|
inlineprotected |
|
inline |
|
inlinestatic |
|
protected |
|
protected |