#include <ScopeGuard.h>
Inheritance diagram for Loki::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_ |
This class has a single standalone helper function, MakeGuard which creates and returns a ScopeGuard.
Definition at line 108 of file ScopeGuard.h.