#include <ScopeGuard.hpp>

Public Member Functions | |
| ~ScopeGuardImpl2 () throw () | |
| void | execute () |
Static Public Member Functions | |
| static ScopeGuardImpl2< F, P1, P2 > | makeGuard (F fun, P1 p1, P2 p2) |
Protected Member Functions | |
| ScopeGuardImpl2 (F fun, P1 p1, P2 p2) | |
Protected Attributes | |
| F | m_fun |
| const P1 | m_p1 |
| const P2 | m_p2 |
Definition at line 174 of file ScopeGuard.hpp.
| BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::~ScopeGuardImpl2 | ( | ) | throw () [inline] |
Definition at line 182 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
| BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::ScopeGuardImpl2 | ( | F | fun, | |
| P1 | p1, | |||
| P2 | p2 | |||
| ) | [inline, protected] |
Definition at line 193 of file ScopeGuard.hpp.
| static ScopeGuardImpl2<F, P1, P2> BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::makeGuard | ( | F | fun, | |
| P1 | p1, | |||
| P2 | p2 | |||
| ) | [inline, static] |
Definition at line 177 of file ScopeGuard.hpp.
| void BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute | ( | ) | [inline] |
Definition at line 187 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_fun, BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p1, and BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p2.
F BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_fun [protected] |
Definition at line 196 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute().
const P1 BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p1 [protected] |
Definition at line 197 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute().
const P2 BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p2 [protected] |
Definition at line 198 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute().
1.5.6