Mercurial > hg > octave-nkf
diff src/Cell.h @ 6116:b64fb24bf4a0
[project @ 2006-10-27 18:04:49 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 18:04:50 +0000 |
parents | 5bfb24f90bdd |
children | 7ee64ed645a0 |
line wrap: on
line diff
--- a/src/Cell.h +++ b/src/Cell.h @@ -67,9 +67,13 @@ Cell (const string_vector& sv, bool trim = false); + Cell (const dim_vector& dv, const string_vector& sv, bool trim = false); + Cell (const Cell& c) : ArrayN<octave_value> (c) { } + bool is_cellstr (void) const; + Cell index (const octave_value_list& idx, bool resize_ok = false) const; Cell index (idx_vector& i, int resize_ok = 0,