blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ScopeGuardImpl3 () throw () | |
void | execute () |
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 Attributes | |
F | m_fun |
const P1 | m_p1 |
const P2 | m_p2 |
const P3 | m_p3 |
Definition at line 209 of file ScopeGuard.hpp.
BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::~ScopeGuardImpl3 | ( | ) | throw () [inline] |
Definition at line 217 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::ScopeGuardImpl3 | ( | F | fun, |
P1 | p1, | ||
P2 | p2, | ||
P3 | p3 | ||
) | [inline, protected] |
Definition at line 228 of file ScopeGuard.hpp.
void BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute | ( | ) | [inline] |
static ScopeGuardImpl3<F, P1, P2, P3> BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::makeGuard | ( | F | fun, |
P1 | p1, | ||
P2 | p2, | ||
P3 | p3 | ||
) | [inline, static] |
Definition at line 212 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeGuard().
F BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::m_fun [protected] |
Definition at line 231 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute().
const P1 BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::m_p1 [protected] |
Definition at line 232 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute().
const P2 BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::m_p2 [protected] |
Definition at line 233 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute().
const P3 BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::m_p3 [protected] |
Definition at line 234 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute().