Mercurial > hg > octave-avbm
diff src/pt-fvc-base.h @ 2390:c2c1482c34c8
[project @ 1996-10-12 19:13:23 by jwe]
author | jwe |
---|---|
date | Sat, 12 Oct 1996 19:23:38 +0000 |
parents | bfb775fb6fe8 |
children | e46137c06781 |
line wrap: on
line diff
--- a/src/pt-fvc-base.h +++ b/src/pt-fvc-base.h @@ -46,20 +46,28 @@ tree_fvc : public tree_multi_val_ret { public: - tree_fvc (int l = -1, int c = -1) : tree_multi_val_ret (l, c) { } + + tree_fvc (int l = -1, int c = -1) + : tree_multi_val_ret (l, c) { } ~tree_fvc (void) { } - virtual octave_value assign (octave_value& t, - const octave_value_list& args); +#if 0 + virtual octave_value& assign (const octave_value_list& args, + const octave_value& t); +#endif virtual string name (void) const; - virtual void bump_value (tree_expression::type); + virtual void increment (void); + virtual void decrement (void); + +#if 0 virtual octave_value lookup_map_element (SLList<string>& list, bool insert = false, bool silent = false); +#endif virtual string fcn_file_name (void) { return string (); }