blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ScopeGuardImpl1 () throw () | |
void | execute () |
Static Public Member Functions | |
static ScopeGuardImpl1< F, P1 > | makeGuard (F fun, P1 p1) |
Protected Member Functions | |
ScopeGuardImpl1 (F fun, P1 p1) | |
Protected Attributes | |
F | m_fun |
const P1 | m_p1 |
Definition at line 142 of file ScopeGuard.hpp.
BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::~ScopeGuardImpl1 | ( | ) | throw () [inline] |
Definition at line 150 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::ScopeGuardImpl1 | ( | F | fun, |
P1 | p1 | ||
) | [inline, protected] |
Definition at line 161 of file ScopeGuard.hpp.
void BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute | ( | ) | [inline] |
Definition at line 155 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_fun, and BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_p1.
static ScopeGuardImpl1<F, P1> BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::makeGuard | ( | F | fun, |
P1 | p1 | ||
) | [inline, static] |
Definition at line 145 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::makeGuard().
F BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_fun [protected] |
Definition at line 164 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute().
const P1 BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_p1 [protected] |
Definition at line 165 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute().