blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
~ScopeGuardImpl0 () throw () | |
void | execute () |
![]() | |
ScopeGuardImplBase () throw () | |
void | dismiss () const throw () |
Static Public Member Functions | |
static ScopeGuardImpl0< F > | makeGuard (F fun) |
Protected Member Functions | |
ScopeGuardImpl0 (F fun) | |
![]() | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
F | m_fun |
![]() | |
bool | m_dismissed |
Additional Inherited Members | |
![]() | |
template<typename J> | |
static void | safeExecute (J &j) throw () |
Definition at line 109 of file ScopeGuard.hpp.
|
inline |
Definition at line 117 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
|
inline |
Definition at line 122 of file ScopeGuard.hpp.
References m_fun.
|
inlinestatic |
Definition at line 112 of file ScopeGuard.hpp.
References F, and ScopeGuardImpl0().
Referenced by BLOCXX_NAMESPACE::makeGuard().
|
protected |
Definition at line 131 of file ScopeGuard.hpp.
Referenced by execute(), and ScopeGuardImpl0().