diff src/ov-base.h @ 4550:69a9b22a72a2

[project @ 2003-10-27 15:41:55 by jwe]
author jwe
date Mon, 27 Oct 2003 15:41:55 +0000
parents 01ee68d18069
children 78e34346f6fd
line wrap: on
line diff
--- a/src/ov-base.h	Mon Oct 27 03:31:29 2003 +0000
+++ b/src/ov-base.h	Mon Oct 27 15:41:55 2003 +0000
@@ -195,14 +195,24 @@
 
   Matrix matrix_value (bool = false) const;
 
-  NDArray double_nd_array_value (bool frc_str_conv = false) const;
+  NDArray array_value (bool = false) const;
 
   Complex complex_value (bool = false) const;
 
   ComplexMatrix complex_matrix_value (bool = false) const;
 
+  ComplexNDArray complex_array_value (bool = false) const;
+
+  bool bool_value (void) const;
+
+  boolMatrix bool_matrix_value (void) const;
+
+  boolNDArray bool_array_value (bool = false) const;
+
   charMatrix char_matrix_value (bool = false) const;
 
+  charNDArray char_array_value (bool = false) const;
+
   string_vector all_strings (bool pad = false, bool force = false) const;
 
   std::string string_value (bool force = false) const;
@@ -223,10 +233,6 @@
 
   octave_value_list list_value (void) const;
 
-  bool bool_value (void) const;
-
-  boolMatrix bool_matrix_value (void) const;
-
   octave_value convert_to_str_internal (bool pad, bool force) const;
 
   void convert_to_row_or_column_vector (void);