|
blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
| ~ObjScopeGuardImpl2 () throw () | |
| void | execute () |
Public Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ScopeGuardImplBase () throw () | |
| void | dismiss () const throw () |
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 Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ~ScopeGuardImplBase () | |
| ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
| Obj & | m_obj |
| MemFun | m_memFun |
| const P1 | m_p1 |
| const P2 | m_p2 |
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 366 of file ScopeGuard.hpp.
|
inline | |||||||||||||
Definition at line 374 of file ScopeGuard.hpp.
|
inlineprotected |
Definition at line 385 of file ScopeGuard.hpp.
|
inline |
Definition at line 379 of file ScopeGuard.hpp.
|
inlinestatic |
Definition at line 369 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::makeObjGuard().
|
protected |
Definition at line 389 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
|
protected |
Definition at line 388 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
|
protected |
Definition at line 390 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
|
protected |
Definition at line 391 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
1.8.18