comparison src/ov-builtin.h @ 4219:23d06c9e1edd

[project @ 2002-12-06 21:29:17 by jwe]
author jwe
date Fri, 06 Dec 2002 21:29:19 +0000
parents 5719210fff4c
children fc9a075d10fb
comparison
equal deleted inserted replaced
4218:4a392a01e51a 4219:23d06c9e1edd
49 : octave_function (nm, ds), f (ff) { } 49 : octave_function (nm, ds), f (ff) { }
50 50
51 ~octave_builtin (void) { } 51 ~octave_builtin (void) { }
52 52
53 octave_value_list subsref (const std::string type, 53 octave_value_list subsref (const std::string type,
54 const SLList<octave_value_list>& idx, 54 const std::list<octave_value_list>& idx,
55 int nargout); 55 int nargout);
56 56
57 octave_function *function_value (bool) { return this; } 57 octave_function *function_value (bool) { return this; }
58 58
59 bool is_builtin_function (void) const { return true; } 59 bool is_builtin_function (void) const { return true; }