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 octave_functor_h 1 |
functor<RT, PT> func_ptr | ( | RT(*)(PT) | f | ) | [inline] |
functor_with_conversion<CT, RT, PT> func_ptr_with_conversion | ( | RT(*)(PT) | f | ) | [inline] |