diff src/ov-list.h @ 3196:3ac3e8edc258

[project @ 1998-10-28 23:04:39 by jwe]
author jwe
date Wed, 28 Oct 1998 23:11:11 +0000
parents ebbc34ff7f66
children 30770ba4457a
line wrap: on
line diff
--- a/src/ov-list.h
+++ b/src/ov-list.h
@@ -72,6 +72,10 @@
 
   octave_value do_index_op (const octave_value_list& idx);
 
+  void assign (const octave_value_list& idx, const octave_value& rhs);
+
+  int length (void) const { return lst.length (); }
+
   bool is_defined (void) const { return true; }
 
   bool is_constant (void) const { return true; }