#include <scope_guard.hpp>
Inheritance diagram for boost::obj_scope_guard_impl2< Obj, MemFun, P1, P2 >:

Public Member Functions | |
| obj_scope_guard_impl2 (Obj &obj, MemFun mem_fun, P1 p1, P2 p2) | |
| ~obj_scope_guard_impl2 () | |
| void | execute () |
Protected Attributes | |
| Obj & | obj_ |
| MemFun | mem_fun_ |
| const P1 | p1_ |
| const P2 | p2_ |
|
||||||||||||||||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.4