Mercurial > hg > octave-lyh
comparison src/oct-obj.h @ 8437:f00578b495e9
remove valid_as_scalar_index
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 27 Dec 2008 17:01:52 +0100 |
parents | 283989f2da9b |
children | fd11a08a9b31 |
comparison
equal
deleted
inserted
replaced
8436:342f72c1df1a | 8437:f00578b495e9 |
---|---|
80 names = obj.names; | 80 names = obj.names; |
81 } | 81 } |
82 | 82 |
83 return *this; | 83 return *this; |
84 } | 84 } |
85 | |
86 bool valid_scalar_indices (void) const; | |
87 | 85 |
88 // Assignment will resize on range errors. | 86 // Assignment will resize on range errors. |
89 | 87 |
90 octave_value& operator () (octave_idx_type n) { return elem (n); } | 88 octave_value& operator () (octave_idx_type n) { return elem (n); } |
91 | 89 |