Mercurial > hg > octave-nkf
comparison src/ov-str-mat.h @ 2407:4f55dc039a7e
[project @ 1996-10-14 19:48:50 by jwe]
author | jwe |
---|---|
date | Mon, 14 Oct 1996 19:48:51 +0000 |
parents | 2142216bf85a |
children | 1a1901564492 |
comparison
equal
deleted
inserted
replaced
2406:13b3c87b192e | 2407:4f55dc039a7e |
---|---|
82 void operator delete (void *p, size_t size); | 82 void operator delete (void *p, size_t size); |
83 #endif | 83 #endif |
84 | 84 |
85 numeric_conv_fcn numeric_conversion_function (void) const; | 85 numeric_conv_fcn numeric_conversion_function (void) const; |
86 | 86 |
87 octave_value index (const octave_value_list& idx) const; | |
88 | |
89 void assign (const octave_value_list& idx, const charMatrix& rhs); | |
90 | |
87 octave_value all (void) const; | 91 octave_value all (void) const; |
88 octave_value any (void) const; | 92 octave_value any (void) const; |
89 | 93 |
90 bool is_string (void) const { return true; } | 94 bool is_string (void) const { return true; } |
91 | 95 |