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