ScopeGuard implementation for free function with 2 parameters. More...
#include <ScopeGuard.h>
Public Member Functions | |
~ScopeGuardImpl2 () throw () | |
void | run () |
Public Member Functions inherited from Hypertable::ScopeGuardImplBase | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ScopeGuardImpl2< FunT, P1T, P2T > | make_guard (FunT fun, P1T p1, P2T p2) |
Private Member Functions | |
ScopeGuardImpl2 (FunT fun, P1T p1, P2T p2) | |
Private Attributes | |
FunT | m_fun |
const P1T | m_p1 |
const P2T | m_p2 |
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 2 parameters.
Definition at line 122 of file ScopeGuard.h.
|
inline |
Definition at line 127 of file ScopeGuard.h.
|
inlineprivate |
Definition at line 132 of file ScopeGuard.h.
|
inlinestatic |
Definition at line 124 of file ScopeGuard.h.
|
inline |
Definition at line 129 of file ScopeGuard.h.
|
private |
Definition at line 134 of file ScopeGuard.h.
|
private |
Definition at line 135 of file ScopeGuard.h.
|
private |
Definition at line 136 of file ScopeGuard.h.