Mercurial > hg > octave-lyh
comparison src/ov.h @ 5073:e71be9c548f2
[project @ 2004-11-09 18:31:25 by jwe]
author | jwe |
---|---|
date | Tue, 09 Nov 2004 18:31:26 +0000 |
parents | d117a9fb83be |
children | 7929486ef2ed |
comparison
equal
deleted
inserted
replaced
5072:97b62f0c1bee | 5073:e71be9c548f2 |
---|---|
83 | 83 |
84 typedef octave_value (*binary_op_fcn) | 84 typedef octave_value (*binary_op_fcn) |
85 (const octave_value&, const octave_value&); | 85 (const octave_value&, const octave_value&); |
86 | 86 |
87 typedef octave_value (*cat_op_fcn) | 87 typedef octave_value (*cat_op_fcn) |
88 (const octave_value&, const octave_value&, const Array<int>& ra_idx); | 88 (octave_value&, const octave_value&, const Array<int>& ra_idx); |
89 | 89 |
90 typedef octave_value (*assign_op_fcn) | 90 typedef octave_value (*assign_op_fcn) |
91 (octave_value&, const octave_value_list&, const octave_value&); | 91 (octave_value&, const octave_value_list&, const octave_value&); |
92 | 92 |
93 typedef octave_value * (*type_conv_fcn) (const octave_value&); | 93 typedef octave_value * (*type_conv_fcn) (const octave_value&); |