diff src/ov-str-mat.h @ 10729:172253d75d94

implement cellstr extractors for char matrices
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 24 Jun 2010 14:39:32 +0200
parents 4d1fc073fbb7
children d9e57045b9e1
line wrap: on
line diff
--- a/src/ov-str-mat.h	Thu Jun 24 12:42:38 2010 +0200
+++ b/src/ov-str-mat.h	Thu Jun 24 14:39:32 2010 +0200
@@ -129,6 +129,8 @@
 
   std::string string_value (bool force = false) const;
 
+  Array<std::string> cellstr_value (void) const;
+
   octave_value sort (octave_idx_type dim = 0, sortmode mode = ASCENDING) const
     { return octave_value (matrix.sort (dim, mode)); }