ScopeGuard implementation for free function with no paramter. More...
#include <ScopeGuard.h>
Public Member Functions | |
~ScopeGuardImpl0 () throw () | |
void | run () |
Public Member Functions inherited from Hypertable::ScopeGuardImplBase | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ScopeGuardImpl0< FunT > | make_guard (FunT fun) |
Private Member Functions | |
ScopeGuardImpl0 (FunT fun) | |
Private Attributes | |
FunT | m_fun |
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 free function with no paramter.
Definition at line 74 of file ScopeGuard.h.
|
inline |
Definition at line 79 of file ScopeGuard.h.
|
inlineprivate |
Definition at line 83 of file ScopeGuard.h.
|
inlinestatic |
Definition at line 76 of file ScopeGuard.h.
|
inline |
Definition at line 80 of file ScopeGuard.h.
|
private |
Definition at line 85 of file ScopeGuard.h.