Mercurial > hg > octave-lojdl
diff src/ov-fcn-handle.h @ 4924:9a3a32f5a27d
[project @ 2004-08-02 19:04:20 by jwe]
author | jwe |
---|---|
date | Mon, 02 Aug 2004 19:04:20 +0000 (2004-08-02) |
parents | 8fd9495f5054 |
children | 90f51232d751 |
line wrap: on
line diff
--- a/src/ov-fcn-handle.h +++ b/src/ov-fcn-handle.h @@ -148,6 +148,17 @@ octave_value *clone (void) const { return new octave_fcn_handle (*this); } octave_value *empty_clone (void) const { return new octave_fcn_handle (); } + octave_value subsref (const std::string&, + const std::list<octave_value_list>&) + { + panic_impossible (); + return octave_value (); + } + + octave_value_list subsref (const std::string& type, + const std::list<octave_value_list>& idx, + int nargout); + bool is_matrix_type (void) const { return false; } bool is_numeric_type (void) const { return false; }