#include <ScopeGuard.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >:

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 306 of file ScopeGuard.hpp.
|
|||||||||
|
Definition at line 313 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(). |
|
||||||||||||||||||||||||
|
Definition at line 322 of file ScopeGuard.hpp. |
|
|||||||||
|
||||||||||||||||||||||||
|
Definition at line 309 of file ScopeGuard.hpp. |
|
|||||
|
Definition at line 325 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute(). |
|
|||||
|
Definition at line 324 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute(). |
|
|||||
|
Definition at line 326 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute(). |
|
|||||
|
Definition at line 327 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::execute(). |
1.4.6