Public Member Functions | Private Types | Private Attributes

functor_with_conversion< CT, RT, PT > Class Template Reference

#include "functor.h"

Collaboration diagram for functor_with_conversion< CT, RT, PT >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 functor_with_conversion (fcn_ptr_type p)
CT operator() (PT arg)

Private Types

typedef fcn_ptr< RT, PT >::TYPE fcn_ptr_type

Private Attributes

fcn_ptr_type fptr

Detailed Description

template<typename CT, typename RT, typename PT>
class functor_with_conversion< CT, RT, PT >

Definition at line 48 of file functor.h.


Member Typedef Documentation

template<typename CT , typename RT , typename PT >
typedef fcn_ptr<RT, PT>::TYPE functor_with_conversion< CT, RT, PT >::fcn_ptr_type [private]

Definition at line 51 of file functor.h.


Constructor & Destructor Documentation

template<typename CT , typename RT , typename PT >
functor_with_conversion< CT, RT, PT >::functor_with_conversion ( fcn_ptr_type  p  )  [inline]

Definition at line 56 of file functor.h.


Member Function Documentation

template<typename CT , typename RT , typename PT >
CT functor_with_conversion< CT, RT, PT >::operator() ( PT  arg  )  [inline]

Definition at line 58 of file functor.h.

References functor_with_conversion< CT, RT, PT >::fptr.


Member Data Documentation

template<typename CT , typename RT , typename PT >
fcn_ptr_type functor_with_conversion< CT, RT, PT >::fptr [private]

Definition at line 52 of file functor.h.

Referenced by functor_with_conversion< CT, RT, PT >::operator()().


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