#include "unwind-prot.h"
Public Member Functions | |
fcn_elem (void(*fptr)(void)) | |
void | run (void) |
Private Attributes | |
void(* | e_fptr )(void) |
Friends | |
class | unwind_protect |
Definition at line 65 of file unwind-prot.h.
unwind_protect::fcn_elem::fcn_elem | ( | void(*)(void) | fptr | ) | [inline] |
Definition at line 68 of file unwind-prot.h.
void unwind_protect::fcn_elem::run | ( | void | ) | [inline, virtual] |
Reimplemented from unwind_protect::elem.
Definition at line 71 of file unwind-prot.h.
friend class unwind_protect [friend, inherited] |
Definition at line 52 of file unwind-prot.h.
void(* unwind_protect::fcn_elem::e_fptr)(void) [private] |
Definition at line 74 of file unwind-prot.h.