GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Types | Private Attributes | List of all members
functor_with_conversion< CT, RT, PT > Class Template Reference

#include "functor.h"

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

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.

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.


The documentation for this class was generated from the following file: