#include "unwind-prot.h"
Public Member Functions | |
fcn_crefarg_elem (void(*fcn)(const T &), T arg) | |
void | run (void) |
Private Attributes | |
T | e_arg |
void(* | e_fcn )(const T &) |
Friends | |
class | unwind_protect |
Definition at line 105 of file unwind-prot.h.
unwind_protect::fcn_crefarg_elem< T >::fcn_crefarg_elem | ( | void(*)(const T &) | fcn, | |
T | arg | |||
) | [inline] |
Definition at line 108 of file unwind-prot.h.
void unwind_protect::fcn_crefarg_elem< T >::run | ( | void | ) | [inline, virtual] |
Reimplemented from unwind_protect::elem.
Definition at line 111 of file unwind-prot.h.
friend class unwind_protect [friend, inherited] |
Definition at line 52 of file unwind-prot.h.
T unwind_protect::fcn_crefarg_elem< T >::e_arg [private] |
Definition at line 115 of file unwind-prot.h.
void(* unwind_protect::fcn_crefarg_elem< T >::e_fcn)(const T &) [private] |
Definition at line 114 of file unwind-prot.h.