#include <ScopeGuard.h>
Inheritance diagram for Loki::ObjScopeGuardImpl3< Obj, MemFun, P1, P2, P3 >:
Public Member Functions | |
| ~ObjScopeGuardImpl3 () throw () | |
| void | Execute () |
Static Public Member Functions | |
|
static ObjScopeGuardImpl3< Obj, MemFun, P1, P2, P3 > | MakeObjGuard (Obj &obj, MemFun memFun, P1 p1, P2 p2, P3 p3) |
Protected Member Functions | |
| ObjScopeGuardImpl3 (Obj &obj, MemFun memFun, P1 p1, P2 p2, P3 p3) | |
Protected Attributes | |
| Obj & | obj_ |
| MemFun | memFun_ |
| const P1 | p1_ |
| const P2 | p2_ |
| const P3 | p3_ |
This class has 3 standalone helper functions which create a ScopeGuard. One is MakeObjGuard, which is deprecated but provided for older code. The other two are MakeGuard overloads, one which takes a pointer to an object, and the other which takes a reference.
Definition at line 599 of file ScopeGuard.h.
1.5.1-p1