#include <scope_guard.hpp>
Inheritance diagram for boost::obj_scope_guard_impl3< Obj, MemFun, P1, P2, P3 >:
Public Member Functions | |
obj_scope_guard_impl3 (Obj &obj, MemFun mem_fun, P1 p1, P2 p2, P3 p3) | |
~obj_scope_guard_impl3 () | |
void | execute () |
Protected Attributes | |
Obj & | obj_ |
MemFun | mem_fun_ |
const P1 | p1_ |
const P2 | p2_ |
const P3 | p3_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|