|
blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
| ~ObjScopeGuardImpl0 () throw () | |
| void | execute () |
Public Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| 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) | |
Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ~ScopeGuardImplBase () | |
| ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
| Obj & | m_obj |
| MemFun | m_memFun |
Protected Attributes inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| bool | m_dismissed |
Additional Inherited Members | |
Static Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| 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.
|
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::operator==().
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().