Navigation

Operators and Keywords

Function List:

C++ API

functor.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  fcn_ptr< RT, PT >
class  functor< RT, PT >
class  functor_with_conversion< CT, RT, PT >

Defines

#define octave_functor_h   1

Functions

template<typename RT , typename PT >
functor< RT, PT > func_ptr (RT(*f)(PT))
template<typename CT , typename RT , typename PT >
functor_with_conversion< CT,
RT, PT > 
func_ptr_with_conversion (RT(*f)(PT))

Define Documentation

#define octave_functor_h   1


Function Documentation

template<typename RT , typename PT >
functor<RT, PT> func_ptr ( RT(*)(PT)  f  )  [inline]

template<typename CT , typename RT , typename PT >
functor_with_conversion<CT, RT, PT> func_ptr_with_conversion ( RT(*)(PT)  f  )  [inline]