comparison libinterp/octave-value/ov-fcn-handle.h @ 21574:ae4d7dfea337

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Apr 2016 12:57:49 -0400
parents 1473547f50f5 f3f8e1d3e399
children c4ab2e54f100
comparison
equal deleted inserted replaced
21571:feac06371be1 21574:ae4d7dfea337
104 104
105 builtin_type_t builtin_type (void) const { return btyp_func_handle; } 105 builtin_type_t builtin_type (void) const { return btyp_func_handle; }
106 106
107 bool is_overloaded (void) const { return has_overloads; } 107 bool is_overloaded (void) const { return has_overloads; }
108 108
109 dim_vector dims (void) const { static dim_vector dv (1, 1); return dv; } 109 dim_vector dims (void) const;
110 110
111 octave_function *function_value (bool = false) 111 octave_function *function_value (bool = false)
112 { return fcn.function_value (); } 112 { return fcn.function_value (); }
113 113
114 octave_user_function *user_function_value (bool = false) 114 octave_user_function *user_function_value (bool = false)