blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ObjScopeGuardImpl1 () throw () | |
void | execute () |
![]() | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ObjScopeGuardImpl1< Obj, MemFun, P1 > | makeObjGuard (Obj &obj, MemFun memFun, P1 p1) |
Protected Member Functions | |
ObjScopeGuardImpl1 (Obj &obj, MemFun memFun, P1 p1) | |
![]() | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
Obj & | m_obj |
MemFun | m_memFun |
const P1 | m_p1 |
![]() | |
bool | m_dismissed |
Additional Inherited Members | |
![]() | |
template<typename J> | |
static void | safeExecute (J &j) throw () |
Definition at line 290 of file ScopeGuard.hpp.
|
inline |
Definition at line 298 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
Definition at line 309 of file ScopeGuard.hpp.
References m_memFun, m_obj, and m_p1.
Referenced by makeObjGuard().
|
inline |
Definition at line 303 of file ScopeGuard.hpp.
|
inlinestatic |
Definition at line 293 of file ScopeGuard.hpp.
References ObjScopeGuardImpl1().
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
|
protected |
Definition at line 313 of file ScopeGuard.hpp.
Referenced by execute(), and ObjScopeGuardImpl1().
|
protected |
Definition at line 312 of file ScopeGuard.hpp.
Referenced by execute(), and ObjScopeGuardImpl1().
|
protected |
Definition at line 314 of file ScopeGuard.hpp.
Referenced by execute(), and ObjScopeGuardImpl1().