#include <ScopeGuard.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >:

Public Member Functions | |
| ~ScopeGuardImpl3 () throw () | |
| void | execute () |
Static Public Member Functions | |
| static ScopeGuardImpl3< F, P1, P2, P3 > | makeGuard (F fun, P1 p1, P2 p2, P3 p3) |
Protected Member Functions | |
| ScopeGuardImpl3 (F fun, P1 p1, P2 p2, P3 p3) | |
Protected Attributes | |
| F | fun_ |
| const P1 | m_p1 |
| const P2 | m_p2 |
| const P3 | m_p3 |
Definition at line 209 of file ScopeGuard.hpp.
|
|||||||||
|
Definition at line 216 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(). |
|
||||||||||||||||||||||||
|
Definition at line 225 of file ScopeGuard.hpp. |
|
|||||||||
|
||||||||||||||||||||||||
|
Definition at line 212 of file ScopeGuard.hpp. |
|
|||||
|
Definition at line 228 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute(). |
|
|||||
|
Definition at line 229 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute(). |
|
|||||
|
Definition at line 230 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute(). |
|
|||||
|
Definition at line 231 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::execute(). |
1.4.6