|
blocxx
|
#include <ScopeGuard.hpp>
Public Member Functions | |
| ~ScopeGuardImpl1 () throw () | |
| void | execute () |
Public Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ScopeGuardImplBase () throw () | |
| void | dismiss () const throw () |
Static Public Member Functions | |
| static ScopeGuardImpl1< F, P1 > | makeGuard (F fun, P1 p1) |
Protected Member Functions | |
| ScopeGuardImpl1 (F fun, P1 p1) | |
Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase | |
| ~ScopeGuardImplBase () | |
| ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Protected Attributes | |
| F | m_fun |
| const P1 | m_p1 |
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 141 of file ScopeGuard.hpp.
|
inline | ||||||||||||
Definition at line 149 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute().
|
inlineprotected |
Definition at line 160 of file ScopeGuard.hpp.
|
inline |
Definition at line 154 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_fun, and BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_p1.
|
inlinestatic |
Definition at line 144 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::operator==().
Referenced by BLOCXX_NAMESPACE::makeGuard().
Definition at line 163 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute().
|
protected |
Definition at line 164 of file ScopeGuard.hpp.
Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute().