#include <scope_guard.hpp>
Inheritance diagram for boost::scope_guard_impl4< F, P1, P2, P3, P4 >:
Public Member Functions | |
scope_guard_impl4 (F fun, P1 p1, P2 p2, P3 p3, P4 p4) | |
~scope_guard_impl4 () | |
void | execute () |
Protected Attributes | |
F | fun_ |
const P1 | p1_ |
const P2 | p2_ |
const P3 | p3_ |
const P4 | p4_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|