23 #if !defined (octave_functor_h)
24 #define octave_functor_h 1
26 template <
typename RT,
typename PT>
33 template <
typename RT,
typename PT>
47 template <
typename CT,
typename RT,
typename PT>
61 template <
typename RT,
typename PT>
68 template <
typename CT,
typename RT,
typename PT>
functor< RT, PT > func_ptr(RT(*f)(PT))
F77_RET_T const double const double * f
fcn_ptr< RT, PT >::TYPE fcn_ptr_type
functor_with_conversion(fcn_ptr_type p)
fcn_ptr< RT, PT >::TYPE fcn_ptr_type
functor_with_conversion< CT, RT, PT > func_ptr_with_conversion(RT(*f)(PT))