Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
3932:2e2e32198722 | 3933:f9ea3dcf58ee |
---|---|
61 | 61 |
62 ~octave_mapper (void) { } | 62 ~octave_mapper (void) { } |
63 | 63 |
64 octave_function *function_value (bool) { return this; } | 64 octave_function *function_value (bool) { return this; } |
65 | 65 |
66 octave_value_list subsref (const std::string type, | |
67 const SLList<octave_value_list>& idx, | |
68 int nargout); | |
69 | |
66 octave_value_list | 70 octave_value_list |
67 do_multi_index_op (int nargout, const octave_value_list& args); | 71 do_multi_index_op (int nargout, const octave_value_list& args); |
68 | 72 |
69 private: | 73 private: |
70 | 74 |