ScopeGuard implementation for method with 1 parameter. More...
#include <ScopeGuard.h>
Public Member Functions | |
~ObjScopeGuardImpl1 () throw () | |
void | run () |
Public Member Functions inherited from Hypertable::ScopeGuardImplBase | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ObjScopeGuardImpl1 < ObjT, MethodT, P1T > | make_obj_guard (ObjT &obj, MethodT method, P1T p1) |
Protected Member Functions | |
ObjScopeGuardImpl1 (ObjT &obj, MethodT method, P1T p1) | |
Protected Member Functions inherited from Hypertable::ScopeGuardImplBase | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
ObjT & | m_obj |
MethodT | m_method |
const P1T | m_p1 |
Additional Inherited Members | |
Static Protected Member Functions inherited from Hypertable::ScopeGuardImplBase | |
template<typename GuardT > | |
static void | safe_run (GuardT &guard) throw () |
ScopeGuard implementation for method with 1 parameter.
Definition at line 206 of file ScopeGuard.h.
|
inline |
Definition at line 212 of file ScopeGuard.h.
|
inlineprotected |
Definition at line 217 of file ScopeGuard.h.
|
inlinestatic |
Definition at line 209 of file ScopeGuard.h.
|
inline |
Definition at line 214 of file ScopeGuard.h.
|
protected |
Definition at line 221 of file ScopeGuard.h.
|
protected |
Definition at line 220 of file ScopeGuard.h.
|
protected |
Definition at line 222 of file ScopeGuard.h.