Public Member Functions | Private Attributes | Friends

unwind_protect::fcn_crefarg_elem< T > Class Template Reference

#include "unwind-prot.h"

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

List of all members.

Public Member Functions

 fcn_crefarg_elem (void(*fcn)(const T &), T arg)
void run (void)

Private Attributes

e_arg
void(* e_fcn )(const T &)

Friends

class unwind_protect

Detailed Description

template<class T>
class unwind_protect::fcn_crefarg_elem< T >

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

template<class T >
void unwind_protect::fcn_crefarg_elem< T >::run ( void   )  [inline, virtual]

Reimplemented from unwind_protect::elem.

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

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

template<class T >
void(* unwind_protect::fcn_crefarg_elem< T >::e_fcn)(const T &) [private]

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