Mercurial > hg > octave-lyh
comparison src/pt-const.h @ 1204:68d147abe7ca
[project @ 1995-04-04 01:42:14 by jwe]
author | jwe |
---|---|
date | Tue, 04 Apr 1995 01:42:14 +0000 |
parents | 4f1bfa351b99 |
children | db4f4009d6e8 |
comparison
equal
deleted
inserted
replaced
1203:da56532815ee | 1204:68d147abe7ca |
---|---|
298 | 298 |
299 ComplexColumnVector complex_vector_value (int force_string_conv = 0, | 299 ComplexColumnVector complex_vector_value (int force_string_conv = 0, |
300 int force_vec_conv = 0) const | 300 int force_vec_conv = 0) const |
301 { return rep->complex_vector_value (); } | 301 { return rep->complex_vector_value (); } |
302 | 302 |
303 // Binary and unary operations. | |
304 | |
305 friend tree_constant do_binary_op (tree_constant& a, tree_constant& b, | |
306 tree_expression::type t); | |
307 | |
308 friend tree_constant do_unary_op (tree_constant& a, | |
309 tree_expression::type t); | |
310 | |
303 // Conversions. These should probably be private. If a user of this | 311 // Conversions. These should probably be private. If a user of this |
304 // class wants a certain kind of constant, he should simply ask for | 312 // class wants a certain kind of constant, he should simply ask for |
305 // it, and we should convert it if possible. | 313 // it, and we should convert it if possible. |
306 | 314 |
307 tree_constant convert_to_str (void) | 315 tree_constant convert_to_str (void) |