#include <src/util/ScopeGuard.h>
Public Member Functions | |
void | Execute () |
~ScopeGuardImpl5 () throw () | |
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.
Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::~ScopeGuardImpl5 | ( | ) | throw () [inline] |
References Loki::ScopeGuardImplBase::SafeExecute().
Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::ScopeGuardImpl5 | ( | F | fun, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5 | |||
) | [inline, protected] |
void Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute | ( | ) | [inline] |
References Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::fun_, Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p1_, Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p2_, Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p3_, Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p4_, and Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p5_.
static ScopeGuardImpl5< F, P1, P2, P3, P4, P5 > Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::MakeGuard | ( | F | fun, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5 | |||
) | [inline, static] |
F Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::fun_ [protected] |
Referenced by Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute().
const P1 Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p1_ [protected] |
Referenced by Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute().
const P2 Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p2_ [protected] |
Referenced by Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute().
const P3 Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p3_ [protected] |
Referenced by Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute().
const P4 Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p4_ [protected] |
Referenced by Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute().
const P5 Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::p5_ [protected] |
Referenced by Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >::Execute().