diff src/ov-str-mat.h @ 2407:4f55dc039a7e

[project @ 1996-10-14 19:48:50 by jwe]
author jwe
date Mon, 14 Oct 1996 19:48:51 +0000
parents 2142216bf85a
children 1a1901564492
line wrap: on
line diff
--- a/src/ov-str-mat.h	Mon Oct 14 18:20:55 1996 +0000
+++ b/src/ov-str-mat.h	Mon Oct 14 19:48:51 1996 +0000
@@ -84,6 +84,10 @@
 
   numeric_conv_fcn numeric_conversion_function (void) const;
 
+  octave_value index (const octave_value_list& idx) const;
+
+  void assign (const octave_value_list& idx, const charMatrix& rhs);
+
   octave_value all (void) const;
   octave_value any (void) const;