#include <ScopeGuard.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >:
Public Member Functions | |
~ObjScopeGuardImpl1 () throw () | |
void | execute () |
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) | |
Protected Attributes | |
Obj & | m_obj |
MemFun | m_memFun |
const P1 | m_p1 |
Definition at line 274 of file ScopeGuard.hpp.
|
Definition at line 281 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(). |
|
Definition at line 290 of file ScopeGuard.hpp. |
|
|
Definition at line 277 of file ScopeGuard.hpp. |
|
Definition at line 293 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::execute(). |
|
Definition at line 292 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::execute(). |
|
Definition at line 294 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::execute(). |