diff src/ov-struct.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-struct.h
+++ b/src/ov-struct.h
@@ -73,7 +73,11 @@
   void operator delete (void *p, size_t size)
     { allocator.free (p, size); }
 
-  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);