#include <ScopeGuard.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >:

Public Member Functions | |
| ~ScopeGuardImpl1 () throw () | |
| void | execute () |
Static Public Member Functions | |
| static ScopeGuardImpl1< F, P1 > | makeGuard (F fun, P1 p1) |
Protected Member Functions | |
| ScopeGuardImpl1 (F fun, P1 p1) | |
Protected Attributes | |
| F | fun_ |
| const P1 | m_p1 |
Definition at line 144 of file ScopeGuard.hpp.
|
|||||||||
|
Definition at line 151 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(). |
|
||||||||||||||||
|
Definition at line 160 of file ScopeGuard.hpp. |
|
|||||||||
|
Definition at line 155 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::fun_, and BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::m_p1. |
|
||||||||||||||||
|
Definition at line 147 of file ScopeGuard.hpp. |
|
|||||
|
Definition at line 163 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute(). |
|
|||||
|
Definition at line 164 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::execute(). |
1.4.6