blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Protected Member Functions | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Static Protected Member Functions | |
template<typename J > | |
static void | safeExecute (J &j) throw () |
Protected Attributes | |
bool | m_dismissed |
Private Member Functions | |
ScopeGuardImplBase & | operator= (const ScopeGuardImplBase &) |
Definition at line 57 of file ScopeGuard.hpp.
BLOCXX_NAMESPACE::ScopeGuardImplBase::~ScopeGuardImplBase | ( | ) | [inline, protected] |
Definition at line 63 of file ScopeGuard.hpp.
BLOCXX_NAMESPACE::ScopeGuardImplBase::ScopeGuardImplBase | ( | const ScopeGuardImplBase & | other | ) | throw () [inline, protected] |
Definition at line 66 of file ScopeGuard.hpp.
BLOCXX_NAMESPACE::ScopeGuardImplBase::ScopeGuardImplBase | ( | ) | throw () [inline] |
Definition at line 87 of file ScopeGuard.hpp.
void BLOCXX_NAMESPACE::ScopeGuardImplBase::dismiss | ( | ) | const throw () [inline] |
Definition at line 90 of file ScopeGuard.hpp.
References m_dismissed.
ScopeGuardImplBase& BLOCXX_NAMESPACE::ScopeGuardImplBase::operator= | ( | const ScopeGuardImplBase & | ) | [private] |
static void BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute | ( | J & | j | ) | throw () [inline, static, protected] |
Definition at line 73 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::~ObjScopeGuardImpl0(), BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::~ObjScopeGuardImpl1(), BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::~ObjScopeGuardImpl2(), BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::~ScopeGuardImpl0(), BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::~ScopeGuardImpl1(), BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::~ScopeGuardImpl2(), and BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::~ScopeGuardImpl3().
bool BLOCXX_NAMESPACE::ScopeGuardImplBase::m_dismissed [mutable, protected] |
Definition at line 84 of file ScopeGuard.hpp.
Referenced by dismiss().