|
blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
| ~ScopeGuardImpl3 () throw () | |
| void | execute () |
Public Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ScopeGuardImplBase () throw () | |
| void | dismiss () const throw () |
Static Public Member Functions | |
| static ScopeGuardImpl3< F, P1, P2, P3 > | makeGuard (F fun, P1 p1, P2 p2, P3 p3) |
Protected Member Functions | |
| ScopeGuardImpl3 (F fun, P1 p1, P2 p2, P3 p3) | |
Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ~ScopeGuardImplBase () | |
| ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
| F | m_fun |
| const P1 | m_p1 |
| const P2 | m_p2 |
| const P3 | m_p3 |
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 238 of file ScopeGuard.hpp.
|
inline | |||||||||||||
Definition at line 246 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::makeObjGuard().
|
inlineprotected |
Definition at line 257 of file ScopeGuard.hpp.
|
inline |
Definition at line 251 of file ScopeGuard.hpp.
|
inlinestatic |
Definition at line 241 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::makeGuard().
|
protected |
Definition at line 260 of file ScopeGuard.hpp.
|
protected |
Definition at line 261 of file ScopeGuard.hpp.
|
protected |
Definition at line 262 of file ScopeGuard.hpp.
|
protected |
Definition at line 263 of file ScopeGuard.hpp.
1.8.18