Mercurial > hg > octave-nkf
comparison src/pt-fcn-handle.h @ 5043:a0da258f64e6
[project @ 2004-10-06 13:37:10 by jwe]
author | jwe |
---|---|
date | Wed, 06 Oct 2004 13:37:10 +0000 |
parents | db5e0814277a |
children | e35b034d3523 |
comparison
equal
deleted
inserted
replaced
5042:3914c4ad3ffa | 5043:a0da258f64e6 |
---|---|
58 bool pr_orig_txt = true); | 58 bool pr_orig_txt = true); |
59 | 59 |
60 void print_raw (std::ostream& os, bool pr_as_read_syntax = false, | 60 void print_raw (std::ostream& os, bool pr_as_read_syntax = false, |
61 bool pr_orig_txt = true); | 61 bool pr_orig_txt = true); |
62 | 62 |
63 std::string name (void) const { return nm; } | |
64 | |
63 bool rvalue_ok (void) const { return true; } | 65 bool rvalue_ok (void) const { return true; } |
64 | 66 |
65 octave_value rvalue (void); | 67 octave_value rvalue (void); |
66 | 68 |
67 octave_value_list rvalue (int nargout); | 69 octave_value_list rvalue (int nargout); |