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