blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ScopeGuardImpl3 () throw () | |
void | execute () |
![]() | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ScopeGuardImpl3< F, P1, P2, P3 > | makeGuard (F fun, P1 p1, P2 p2, P3 p3) |
Protected Member Functions | |
ScopeGuardImpl3 (F fun, P1 p1, P2 p2, P3 p3) | |
![]() | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
F | m_fun |
const P1 | m_p1 |
const P2 | m_p2 |
const P3 | m_p3 |
![]() | |
bool | m_dismissed |
Additional Inherited Members | |
![]() | |
template<typename J> | |
static void | safeExecute (J &j) throw () |
Definition at line 208 of file ScopeGuard.hpp.
|
inline |
Definition at line 216 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
Definition at line 227 of file ScopeGuard.hpp.
References F, m_fun, m_p1, m_p2, and m_p3.
Referenced by makeGuard().
|
inline |
|
inlinestatic |
Definition at line 211 of file ScopeGuard.hpp.
References F, and ScopeGuardImpl3().
Referenced by BLOCXX_NAMESPACE::makeGuard().
|
protected |
Definition at line 230 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl3().
|
protected |
Definition at line 231 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl3().
|
protected |
Definition at line 232 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl3().
|
protected |
Definition at line 233 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl3().