#include <ScopeGuard.h>
Inheritance diagram for Loki::ScopeGuardImpl2< F, P1, P2 >:
Public Member Functions | |
| ~ScopeGuardImpl2 () throw () | |
| void | Execute () |
Static Public Member Functions | |
|
static ScopeGuardImpl2< F, P1, P2 > | MakeGuard (F fun, P1 p1, P2 p2) |
Protected Member Functions | |
| ScopeGuardImpl2 (F fun, P1 p1, P2 p2) | |
Protected Attributes | |
| F | fun_ |
| const P1 | p1_ |
| const P2 | p2_ |
This class has a single standalone helper function, MakeGuard which creates and returns a ScopeGuard.
Definition at line 203 of file ScopeGuard.h.
1.5.1-p1