Mercurial > hg > octave-nkf
diff src/ov-cs-list.h @ 10579:fd6899b1b00e
use common error message for indexed cs-lists
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 27 Apr 2010 21:20:11 +0200 |
parents | 0efd486813fe |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/src/ov-cs-list.h +++ b/src/ov-cs-list.h @@ -72,6 +72,12 @@ octave_value_list list_value (void) const { return lst; } + octave_value subsref (const std::string& type, + const std::list<octave_value_list>& idx); + + octave_value_list subsref (const std::string& type, + const std::list<octave_value_list>& idx, int); + private: // The list of Octave values.