Public Member Functions | Private Member Functions | Private Attributes | Friends

unwind_protect::delete_ptr_elem< T > Class Template Reference

#include "unwind-prot.h"

Inheritance diagram for unwind_protect::delete_ptr_elem< T >:
Inheritance graph
[legend]
Collaboration diagram for unwind_protect::delete_ptr_elem< T >:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

template<class T>
class unwind_protect::delete_ptr_elem< T >

Definition at line 166 of file unwind-prot.h.


Constructor & Destructor Documentation

template<class T >
unwind_protect::delete_ptr_elem< T >::delete_ptr_elem ( T *  ptr  )  [inline]

Definition at line 169 of file unwind-prot.h.

template<class T >
unwind_protect::delete_ptr_elem< T >::delete_ptr_elem ( const delete_ptr_elem< T > &   )  [private]

Member Function Documentation

template<class T >
delete_ptr_elem unwind_protect::delete_ptr_elem< T >::operator= ( const delete_ptr_elem< T > &   )  [private]
template<class T >
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.


Friends And Related Function Documentation

friend class unwind_protect [friend, inherited]

Definition at line 52 of file unwind-prot.h.


Member Data Documentation

template<class T >
T* unwind_protect::delete_ptr_elem< T >::e_ptr [private]

Definition at line 176 of file unwind-prot.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines