Mercurial > hg > octave-nkf
diff src/ov-builtin.h @ 3325:2efa28a91e7a
[project @ 1999-10-29 21:39:20 by jwe]
author | jwe |
---|---|
date | Fri, 29 Oct 1999 21:39:31 +0000 |
parents | 30770ba4457a |
children | b80bbb43a1a9 |
line wrap: on
line diff
--- a/src/ov-builtin.h +++ b/src/ov-builtin.h @@ -52,17 +52,21 @@ octave_function *function_value (bool) { return this; } + bool is_builtin_function (void) const { return true; } + octave_value_list do_index_op (int nargout, const octave_value_list& args); +protected: + + // A pointer to the actual function. + fcn f; + private: octave_builtin (void); octave_builtin (const octave_builtin& m); - // A pointer to the actual function. - fcn f; - DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA DECLARE_OCTAVE_ALLOCATOR