|
IOSS
2.0
|
#include <Ioss_ScopeGuard.h>
Public Member Functions | |
| ~ScopeGuardImpl0 () | |
| void | Execute () |
Public Member Functions inherited from ScopeGuardImplBase | |
| ScopeGuardImplBase () | |
| void | Dismiss () const |
Static Public Member Functions | |
| static ScopeGuardImpl0< F > | MakeGuard (F fun) |
Protected Member Functions | |
| ScopeGuardImpl0 (F fun) | |
Protected Member Functions inherited from ScopeGuardImplBase | |
| ~ScopeGuardImplBase ()=default | |
| ScopeGuardImplBase (const ScopeGuardImplBase &other) | |
Protected Attributes | |
| F | fun_ |
Protected Attributes inherited from ScopeGuardImplBase | |
| bool | dismissed_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from ScopeGuardImplBase | |
| template<typename J > | |
| static void | SafeExecute (J &j) |
|
inline |
|
inlineexplicitprotected |
|
inline |
|
inlinestatic |
|
protected |