#include <ScopeGuard.hpp>

Public Member Functions | |
| ~ObjScopeGuardImpl0 () throw () | |
| void | execute () |
Static Public Member Functions | |
| static ObjScopeGuardImpl0< Obj, MemFun > | makeObjGuard (Obj &obj, MemFun memFun) |
Protected Member Functions | |
| ObjScopeGuardImpl0 (Obj &obj, MemFun memFun) | |
Protected Attributes | |
| Obj & | m_obj |
| MemFun | m_memFun |
Definition at line 245 of file ScopeGuard.hpp.
| BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::~ObjScopeGuardImpl0 | ( | ) | throw () [inline] |
Definition at line 253 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
| BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::ObjScopeGuardImpl0 | ( | Obj & | obj, | |
| MemFun | memFun | |||
| ) | [inline, protected] |
Definition at line 264 of file ScopeGuard.hpp.
| static ObjScopeGuardImpl0<Obj, MemFun> BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::makeObjGuard | ( | Obj & | obj, | |
| MemFun | memFun | |||
| ) | [inline, static] |
Definition at line 248 of file ScopeGuard.hpp.
| void BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::execute | ( | ) | [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.
Obj& BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::m_obj [protected] |
Definition at line 267 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::execute().
MemFun BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::m_memFun [protected] |
Definition at line 268 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::execute().
1.5.6