diff src/Cell.h @ 10065:64a06079cae4

improve cellstr cache implementation
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 05 Jan 2010 13:16:16 +0100
parents 8fa32b527d9a
children cd96d29c5efa
line wrap: on
line diff
--- a/src/Cell.h	Wed Jan 06 07:49:40 2010 -0500
+++ b/src/Cell.h	Tue Jan 05 13:16:16 2010 +0100
@@ -71,6 +71,8 @@
 
   bool is_cellstr (void) const;
 
+  Array<std::string> cellstr_value (void) const;
+
   Cell index (const octave_value_list& idx, bool resize_ok = false) const;
 
   Cell& delete_elements (const octave_value_list& idx);