|
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 109 of file ScopeGuard.hpp.
|
inline | ||||||||||||
Definition at line 117 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
Definition at line 128 of file ScopeGuard.hpp.
|
inline |
Definition at line 122 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::m_fun.
|
inlinestatic |
Definition at line 112 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::operator==().
Referenced by BLOCXX_NAMESPACE::makeGuard().
|
protected |
Definition at line 131 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::execute().