ScopeGuard implementation for method with no parameter. More...
#include <ScopeGuard.h>
Public Member Functions | |
~ObjScopeGuardImpl0 () throw () | |
void | run () |
Public Member Functions inherited from Hypertable::ScopeGuardImplBase | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ObjScopeGuardImpl0 < ObjT, MethodT > | make_obj_guard (ObjT &obj, MethodT method) |
Private Member Functions | |
ObjScopeGuardImpl0 (ObjT &obj, MethodT method) | |
Private Attributes | |
ObjT & | m_obj |
MethodT | m_method |
Additional Inherited Members | |
Protected Member Functions inherited from Hypertable::ScopeGuardImplBase | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Static Protected Member Functions inherited from Hypertable::ScopeGuardImplBase | |
template<typename GuardT > | |
static void | safe_run (GuardT &guard) throw () |
ScopeGuard implementation for method with no parameter.
Definition at line 178 of file ScopeGuard.h.
|
inline |
Definition at line 184 of file ScopeGuard.h.
|
inlineprivate |
Definition at line 189 of file ScopeGuard.h.
|
inlinestatic |
Definition at line 181 of file ScopeGuard.h.
|
inline |
Definition at line 186 of file ScopeGuard.h.
|
private |
Definition at line 193 of file ScopeGuard.h.
|
private |
Definition at line 192 of file ScopeGuard.h.