IOSS 2.0
|
#include <Ioss_ScopeGuard.h>
Public Member Functions | |
~ObjScopeGuardImpl1 () | |
void | Execute () |
Public Member Functions inherited from Ioss::ScopeGuardImplBase | |
ScopeGuardImplBase & | operator= (const ScopeGuardImplBase &)=delete |
ScopeGuardImplBase ()=default | |
void | Dismiss () const |
Static Public Member Functions | |
static ObjScopeGuardImpl1< Obj, MemFun, P1 > | MakeObjGuard (Obj &obj, MemFun memFun, P1 p1) |
Protected Member Functions | |
ObjScopeGuardImpl1 (Obj &obj, MemFun memFun, P1 p1) | |
Protected Member Functions inherited from Ioss::ScopeGuardImplBase | |
~ScopeGuardImplBase ()=default | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) |
Protected Attributes | |
Obj & | obj_ |
MemFun | memFun_ |
const P1 | p1_ |
Protected Attributes inherited from Ioss::ScopeGuardImplBase | |
bool | dismissed_ {false} |
Additional Inherited Members | |
Static Protected Member Functions inherited from Ioss::ScopeGuardImplBase | |
template<typename J> | |
static void | SafeExecute (J &j) |
|
inline |
|
inlineprotected |
|
inline |
|
inlinestatic |
|
protected |
|
protected |
|
protected |