#include <ScopeGuard.hpp>
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 288 of file ScopeGuard.hpp.
| BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::~ObjScopeGuardImpl1 | ( | ) | throw () [inline] |
Definition at line 296 of file ScopeGuard.hpp.
| BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::ObjScopeGuardImpl1 | ( | Obj & | obj, | |
| MemFun | memFun, | |||
| P1 | p1 | |||
| ) | [inline, protected] |
Definition at line 307 of file ScopeGuard.hpp.
| void BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::execute | ( | ) | [inline] |
Definition at line 301 of file ScopeGuard.hpp.
| static ObjScopeGuardImpl1<Obj, MemFun, P1> BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::makeObjGuard | ( | Obj & | obj, | |
| MemFun | memFun, | |||
| P1 | p1 | |||
| ) | [inline, static] |
Definition at line 291 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeObjGuard().
MemFun BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::m_memFun [protected] |
Definition at line 311 of file ScopeGuard.hpp.
Obj& BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::m_obj [protected] |
Definition at line 310 of file ScopeGuard.hpp.
const P1 BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::m_p1 [protected] |
Definition at line 312 of file ScopeGuard.hpp.
1.6.3