diff src/ov-base.h @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents f3c21a1d1c62
children e944fbe3fff2
line wrap: on
line diff
--- a/src/ov-base.h	Fri Jul 11 01:05:33 2003 +0000
+++ b/src/ov-base.h	Fri Jul 11 03:05:39 2003 +0000
@@ -195,9 +195,9 @@
 
   charMatrix char_matrix_value (bool = false) const;
 
-  string_vector all_strings (bool pad = false) const;
+  string_vector all_strings (bool pad = false, bool force = false) const;
 
-  std::string string_value (void) const;
+  std::string string_value (bool force = false) const;
 
   Range range_value (void) const;
 
@@ -219,7 +219,7 @@
 
   boolMatrix bool_matrix_value (void) const;
 
-  octave_value convert_to_str_internal (bool pad = false) const;
+  octave_value convert_to_str_internal (bool pad, bool force) const;
 
   void convert_to_row_or_column_vector (void);