ScopeGuard implementation for free function with 1 parameter. More...
#include <ScopeGuard.h>
Public Member Functions | |
~ScopeGuardImpl1 () throw () | |
void | run () |
Public Member Functions inherited from Hypertable::ScopeGuardImplBase | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ScopeGuardImpl1< FunT, P1T > | make_guard (FunT fun, P1T p1) |
Private Member Functions | |
ScopeGuardImpl1 (FunT fun, P1T p1) | |
Private Attributes | |
FunT | m_fun |
const P1T | m_p1 |
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 1 parameter.
Definition at line 97 of file ScopeGuard.h.
|
inline |
Definition at line 102 of file ScopeGuard.h.
|
inlineprivate |
Definition at line 107 of file ScopeGuard.h.
|
inlinestatic |
Definition at line 99 of file ScopeGuard.h.
|
inline |
Definition at line 104 of file ScopeGuard.h.
|
private |
Definition at line 109 of file ScopeGuard.h.
|
private |
Definition at line 110 of file ScopeGuard.h.