#include <ScopeGuard.hpp>

Public Member Functions | |
| ~ObjScopeGuardImpl2 () throw () | |
| void | execute () |
Static Public Member Functions | |
| static ObjScopeGuardImpl2< Obj, MemFun, P1, P2 > | makeObjGuard (Obj &obj, MemFun memFun, P1 p1, P2 p2) |
Protected Member Functions | |
| ObjScopeGuardImpl2 (Obj &obj, MemFun memFun, P1 p1, P2 p2) | |
Protected Attributes | |
| Obj & | m_obj |
| MemFun | m_memFun |
| const P1 | m_p1 |
| const P2 | m_p2 |
Definition at line 336 of file ScopeGuard.hpp.
| BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::~ObjScopeGuardImpl2 | ( | ) | throw () [inline] |
Definition at line 344 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
| BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::ObjScopeGuardImpl2 | ( | Obj & | obj, | |
| MemFun | memFun, | |||
| P1 | p1, | |||
| P2 | p2 | |||
| ) | [inline, protected] |
Definition at line 355 of file ScopeGuard.hpp.
| static ObjScopeGuardImpl2<Obj, MemFun, P1, P2> BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::makeObjGuard | ( | Obj & | obj, | |
| MemFun | memFun, | |||
| P1 | p1, | |||
| P2 | p2 | |||
| ) | [inline, static] |
Definition at line 339 of file ScopeGuard.hpp.
| void BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute | ( | ) | [inline] |
Definition at line 349 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_memFun, BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_obj, BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_p1, and BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_p2.
Obj& BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_obj [protected] |
Definition at line 358 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute().
MemFun BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_memFun [protected] |
Definition at line 359 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute().
const P1 BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_p1 [protected] |
Definition at line 360 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute().
const P2 BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::m_p2 [protected] |
Definition at line 361 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute().
1.5.6