|
blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
| ~ScopeGuardImpl0 () throw () | |
| void | execute () |
Public Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ScopeGuardImplBase () throw () | |
| void | dismiss () const throw () |
Static Public Member Functions | |
| static ScopeGuardImpl0< F > | makeGuard (F fun) |
Protected Member Functions | |
| ScopeGuardImpl0 (F fun) | |
Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ~ScopeGuardImplBase () | |
| ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
| F | m_fun |
Protected Attributes inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| bool | m_dismissed |
Additional Inherited Members | |
Static Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| template<typename J > | |
| static void | safeExecute (J &j) throw () |
Definition at line 139 of file ScopeGuard.hpp.
|
inline | |||||||||||||
Definition at line 147 of file ScopeGuard.hpp.
|
inlineprotected |
Definition at line 158 of file ScopeGuard.hpp.
|
inline |
Definition at line 152 of file ScopeGuard.hpp.
|
inlinestatic |
Definition at line 142 of file ScopeGuard.hpp.
|
protected |
Definition at line 161 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImplBase::~ScopeGuardImplBase().
1.8.18