blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ObjScopeGuardImpl0 () throw () | |
void | execute () |
![]() | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ObjScopeGuardImpl0< Obj, MemFun > | makeObjGuard (Obj &obj, MemFun memFun) |
Protected Member Functions | |
ObjScopeGuardImpl0 (Obj &obj, MemFun memFun) | |
![]() | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
Obj & | m_obj |
MemFun | m_memFun |
![]() | |
bool | m_dismissed |
Additional Inherited Members | |
![]() | |
template<typename J > | |
static void | safeExecute (J &j) throw () |
Definition at line 245 of file ScopeGuard.hpp.
|
inline |
Definition at line 253 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
Definition at line 264 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::makeObjGuard().
|
inline |
Definition at line 258 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::m_memFun, and BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::m_obj.
|
inlinestatic |
Definition at line 248 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::ObjScopeGuardImpl0().
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
|
protected |
Definition at line 268 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::execute().
|
protected |
Definition at line 267 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::execute().