diff src/ov-str-mat.h @ 2901:e6d25bc478dd

[project @ 1997-04-30 03:41:26 by jwe]
author jwe
date Wed, 30 Apr 1997 03:43:29 +0000
parents 8b262e771614
children 5e0fe4c5d52f
line wrap: on
line diff
--- a/src/ov-str-mat.h
+++ b/src/ov-str-mat.h
@@ -108,7 +108,11 @@
   octave_value hermitian (void) const
     { return octave_value (matrix.transpose (), true); }
 
-  void print (ostream& os, bool pr_as_read_syntax = false);
+  void print (ostream& os, bool pr_as_read_syntax = false) const;
+
+  void print_raw (ostream& os, bool pr_as_read_syntax = false) const;
+
+  bool print_name_tag (ostream& os, const string& name) const;
 
   int type_id (void) const { return t_id; }