Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
10728:e3cc3ff9405f | 10729:172253d75d94 |
---|---|
127 | 127 |
128 string_vector all_strings (bool pad = false) const; | 128 string_vector all_strings (bool pad = false) const; |
129 | 129 |
130 std::string string_value (bool force = false) const; | 130 std::string string_value (bool force = false) const; |
131 | 131 |
132 Array<std::string> cellstr_value (void) const; | |
133 | |
132 octave_value sort (octave_idx_type dim = 0, sortmode mode = ASCENDING) const | 134 octave_value sort (octave_idx_type dim = 0, sortmode mode = ASCENDING) const |
133 { return octave_value (matrix.sort (dim, mode)); } | 135 { return octave_value (matrix.sort (dim, mode)); } |
134 | 136 |
135 octave_value sort (Array<octave_idx_type> &sidx, octave_idx_type dim = 0, | 137 octave_value sort (Array<octave_idx_type> &sidx, octave_idx_type dim = 0, |
136 sortmode mode = ASCENDING) const | 138 sortmode mode = ASCENDING) const |