diff src/oct-obj.h @ 10086:76df75b10c80

allow more cells in strfind/strrep + supply a general mechanism
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 12 Jan 2010 09:03:42 +0100
parents 84b0725f4b09
children cd96d29c5efa
line wrap: on
line diff
--- a/src/oct-obj.h
+++ b/src/oct-obj.h
@@ -137,6 +137,8 @@
 
   bool all_scalars (void) const;
 
+  bool any_cell (void) const;
+
   bool has_magic_colon (void) const;
 
   string_vector make_argv (const std::string& = std::string()) const;