Mercurial > hg > octave-lojdl
comparison src/pt-unop.h @ 8913:35cd375d4bb3
make tree::dup functions const
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 05 Mar 2009 13:50:25 -0500 |
parents | 73c4516fae10 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8912:57c3155754d6 | 8913:35cd375d4bb3 |
---|---|
103 octave_value rvalue1 (int nargout = 1); | 103 octave_value rvalue1 (int nargout = 1); |
104 | 104 |
105 octave_value_list rvalue (int nargout); | 105 octave_value_list rvalue (int nargout); |
106 | 106 |
107 tree_expression *dup (symbol_table::scope_id scope, | 107 tree_expression *dup (symbol_table::scope_id scope, |
108 symbol_table::context_id context); | 108 symbol_table::context_id context) const; |
109 | 109 |
110 void accept (tree_walker& tw); | 110 void accept (tree_walker& tw); |
111 | 111 |
112 private: | 112 private: |
113 | 113 |
140 octave_value rvalue1 (int nargout = 1); | 140 octave_value rvalue1 (int nargout = 1); |
141 | 141 |
142 octave_value_list rvalue (int nargout); | 142 octave_value_list rvalue (int nargout); |
143 | 143 |
144 tree_expression *dup (symbol_table::scope_id scope, | 144 tree_expression *dup (symbol_table::scope_id scope, |
145 symbol_table::context_id context); | 145 symbol_table::context_id context) const; |
146 | 146 |
147 void accept (tree_walker& tw); | 147 void accept (tree_walker& tw); |
148 | 148 |
149 private: | 149 private: |
150 | 150 |