#include <ScopeGuard.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ScopeGuardImpl0< F >:
Public Member Functions | |
~ScopeGuardImpl0 () throw () | |
void | execute () |
Static Public Member Functions | |
static ScopeGuardImpl0< F > | makeGuard (F fun) |
Protected Member Functions | |
ScopeGuardImpl0 (F fun) | |
Protected Attributes | |
F | fun_ |
Definition at line 113 of file ScopeGuard.hpp.
|
Definition at line 120 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(). |
|
Definition at line 129 of file ScopeGuard.hpp. |
|
Definition at line 124 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::fun_. |
|
Definition at line 116 of file ScopeGuard.hpp. |
|
Definition at line 132 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::execute(). |