Mercurial > hg > octave-nkf
diff src/pt-colon.h @ 5347:679cc8fec408
[project @ 2005-05-11 16:34:11 by jwe]
author | jwe |
---|---|
date | Wed, 11 May 2005 16:34:11 +0000 |
parents | 4c8a2e4e0717 |
children | e965ab89f832 |
line wrap: on
line diff
--- a/src/pt-colon.h +++ b/src/pt-colon.h @@ -75,7 +75,7 @@ octave_value_list rvalue (int nargout); - void eval_error (const std::string& s = std::string ()); + void eval_error (const std::string& s = std::string ()) const; tree_expression *base (void) { return op_base; } @@ -97,6 +97,14 @@ bool save_base; + octave_value + make_range (const Matrix& m_base, const Matrix& m_limit, + const Matrix& m_increment, bool result_is_str) const; + + octave_value + make_range (const octave_value& ov_base, const octave_value& ov_limit, + const octave_value& ov_increment) const; + // No copying! tree_colon_expression (const tree_colon_expression&);