blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ScopeGuardImpl2 () throw () | |
void | execute () |
![]() | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ScopeGuardImpl2< F, P1, P2 > | makeGuard (F fun, P1 p1, P2 p2) |
Protected Member Functions | |
ScopeGuardImpl2 (F fun, P1 p1, P2 p2) | |
![]() | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
F | m_fun |
const P1 | m_p1 |
const P2 | m_p2 |
![]() | |
bool | m_dismissed |
Additional Inherited Members | |
![]() | |
template<typename J> | |
static void | safeExecute (J &j) throw () |
Definition at line 174 of file ScopeGuard.hpp.
|
inline |
Definition at line 182 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
Definition at line 193 of file ScopeGuard.hpp.
References F, m_fun, m_p1, and m_p2.
Referenced by makeGuard().
|
inline |
Definition at line 187 of file ScopeGuard.hpp.
|
inlinestatic |
Definition at line 177 of file ScopeGuard.hpp.
References F, and ScopeGuardImpl2().
Referenced by BLOCXX_NAMESPACE::makeGuard().
|
protected |
Definition at line 196 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl2().
|
protected |
Definition at line 197 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl2().
|
protected |
Definition at line 198 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl2().