#include <ScopeGuard.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >:
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 | fun_ |
const P1 | m_p1 |
const P2 | m_p2 |
Definition at line 176 of file ScopeGuard.hpp.
|
Definition at line 183 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(). |
|
Definition at line 192 of file ScopeGuard.hpp. |
|
Definition at line 187 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::fun_, BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p1, and BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p2. |
|
Definition at line 179 of file ScopeGuard.hpp. |
|
Definition at line 195 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute(). |
|
Definition at line 196 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute(). |
|
Definition at line 197 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute(). |