Mercurial > hg > octave-lyh
diff src/ov-re-mat.h @ 2962:5e0fe4c5d52f
[project @ 1997-05-12 03:13:57 by jwe]
author | jwe |
---|---|
date | Mon, 12 May 1997 03:21:56 +0000 |
parents | 56be458e237f |
children | ebbc34ff7f66 |
line wrap: on
line diff
--- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -81,7 +81,7 @@ octave_value *try_narrowing_conversion (void); - octave_value index (const octave_value_list& idx) const; + octave_value do_index_op (const octave_value_list& idx) const; void assign (const octave_value_list& idx, const Matrix& rhs); @@ -94,7 +94,11 @@ idx_vector index_vector (void) const { return idx_vector (matrix); } - octave_value struct_elt_val (const string& nm, bool silent) const; + octave_value + do_struct_elt_index_op (const string& nm, const octave_value_list& idx, + bool silent); + + octave_value do_struct_elt_index_op (const string& nm, bool silent); octave_variable_reference struct_elt_ref (octave_value *parent, const string& nm);