#include <ScopeGuard.h>
Inheritance diagram for Loki::ScopeGuardImplBase:
Public Member Functions | |
ScopeGuardImplBase () throw () | |
void | Dismiss () const throw () |
Protected Member Functions | |
~ScopeGuardImplBase () | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Copy-constructor takes over responsibility from other ScopeGuard. | |
Static Protected Member Functions | |
template<typename J> | |
static void | SafeExecute (J &j) throw () |
Protected Attributes | |
bool | dismissed_ |
See Andrei's and Petru Marginean's CUJ article http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm
Changes to the original code by Joshua Lehrer: http://www.lehrerfamily.com/scopeguard.html
Definition at line 43 of file ScopeGuard.h.