diff src/ov-struct.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 56be458e237f
line wrap: on
line diff
--- a/src/ov-struct.h	Wed Apr 30 03:37:00 1997 +0000
+++ b/src/ov-struct.h	Wed Apr 30 03:43:29 1997 +0000
@@ -83,7 +83,11 @@
 
   Octave_map map_value (void) const { return map; }
 
-  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; }