Mercurial > hg > octave-nkf
diff src/ov-mapper.h @ 3933:f9ea3dcf58ee
[project @ 2002-05-15 03:21:00 by jwe]
author | jwe |
---|---|
date | Wed, 15 May 2002 03:21:01 +0000 |
parents | 71bd2d124119 |
children | 7690958e7726 |
line wrap: on
line diff
--- a/src/ov-mapper.h +++ b/src/ov-mapper.h @@ -63,6 +63,10 @@ octave_function *function_value (bool) { return this; } + octave_value_list subsref (const std::string type, + const SLList<octave_value_list>& idx, + int nargout); + octave_value_list do_multi_index_op (int nargout, const octave_value_list& args);