Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
10085:82d47b706424 | 10086:76df75b10c80 |
---|---|
135 | 135 |
136 bool all_strings_p (void) const; | 136 bool all_strings_p (void) const; |
137 | 137 |
138 bool all_scalars (void) const; | 138 bool all_scalars (void) const; |
139 | 139 |
140 bool any_cell (void) const; | |
141 | |
140 bool has_magic_colon (void) const; | 142 bool has_magic_colon (void) const; |
141 | 143 |
142 string_vector make_argv (const std::string& = std::string()) const; | 144 string_vector make_argv (const std::string& = std::string()) const; |
143 | 145 |
144 void stash_name_tags (const string_vector& nm) { names = nm; } | 146 void stash_name_tags (const string_vector& nm) { names = nm; } |