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

unwind_protect::fcn_arg_elem< T > Class Template Reference

#include "unwind-prot.h"

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

List of all members.

Public Member Functions

 fcn_arg_elem (void(*fcn)(T), T arg)
void run (void)

Private Member Functions

 fcn_arg_elem (const fcn_arg_elem &)
fcn_arg_elemoperator= (const fcn_arg_elem &)

Private Attributes

e_arg
void(* e_fcn )(T)

Friends

class unwind_protect

Detailed Description

template<class T>
class unwind_protect::fcn_arg_elem< T >

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


Constructor & Destructor Documentation

template<class T >
unwind_protect::fcn_arg_elem< T >::fcn_arg_elem ( void(*)(T)  fcn,
arg 
) [inline]

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

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

Member Function Documentation

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

Reimplemented from unwind_protect::elem.

Definition at line 87 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::fcn_arg_elem< T >::e_arg [private]

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

template<class T >
void(* unwind_protect::fcn_arg_elem< T >::e_fcn)(T) [private]

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