#include "unwind-prot.h"
Public Member Functions | |
delete_ptr_elem (T *ptr) | |
void | run (void) |
Private Member Functions | |
delete_ptr_elem (const delete_ptr_elem &) | |
delete_ptr_elem | operator= (const delete_ptr_elem &) |
Private Attributes | |
T * | e_ptr |
Friends | |
class | unwind_protect |
Definition at line 166 of file unwind-prot.h.
unwind_protect::delete_ptr_elem< T >::delete_ptr_elem | ( | T * | ptr | ) | [inline] |
Definition at line 169 of file unwind-prot.h.
unwind_protect::delete_ptr_elem< T >::delete_ptr_elem | ( | const delete_ptr_elem< T > & | ) | [private] |
delete_ptr_elem unwind_protect::delete_ptr_elem< T >::operator= | ( | const delete_ptr_elem< T > & | ) | [private] |
void unwind_protect::delete_ptr_elem< T >::run | ( | void | ) | [inline, virtual] |
Reimplemented from unwind_protect::elem.
Definition at line 172 of file unwind-prot.h.
friend class unwind_protect [friend, inherited] |
Definition at line 52 of file unwind-prot.h.
T* unwind_protect::delete_ptr_elem< T >::e_ptr [private] |
Definition at line 176 of file unwind-prot.h.