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

unwind_protect::method_elem< T > Class Template Reference

#include "unwind-prot.h"

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

List of all members.

Public Member Functions

 method_elem (T *obj, void(T::*method)(void))
void run (void)

Private Member Functions

 method_elem (const method_elem &)
method_elem operator= (const method_elem &)

Private Attributes

void(T::* e_method )(void)
T * e_obj

Friends

class unwind_protect

Detailed Description

template<class T>
class unwind_protect::method_elem< T >

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


Constructor & Destructor Documentation

template<class T >
unwind_protect::method_elem< T >::method_elem ( T *  obj,
void(T::*)(void)  method 
) [inline]

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

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

Member Function Documentation

template<class T >
method_elem unwind_protect::method_elem< T >::operator= ( const method_elem< T > &   )  [private]
template<class T >
void unwind_protect::method_elem< T >::run ( void   )  [inline, virtual]

Reimplemented from unwind_protect::elem.

Definition at line 127 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 >
void(T::* unwind_protect::method_elem< T >::e_method)(void) [private]

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

template<class T >
T* unwind_protect::method_elem< T >::e_obj [private]

Definition at line 131 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