#include <ScopeGuard.h>
Inheritance diagram for Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >:
Public Member Functions | |
~ScopeGuardImpl5 () throw () | |
void | Execute () |
Static Public Member Functions | |
static ScopeGuardImpl5< F, P1, P2, P3, P4, P5 > | MakeGuard (F fun, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
Protected Member Functions | |
ScopeGuardImpl5 (F fun, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) | |
Protected Attributes | |
F | fun_ |
const P1 | p1_ |
const P2 | p2_ |
const P3 | p3_ |
const P4 | p4_ |
const P5 | p5_ |
This class has a single standalone helper function, MakeGuard which creates and returns a ScopeGuard.
Definition at line 355 of file ScopeGuard.h.