comparison src/ov-base.h @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000
parents 23b37da9fd5b
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5278:fe23ec6763b7 5279:bd32f770c09a
122 122
123 bool is_char_matrix (void) const { return false; } 123 bool is_char_matrix (void) const { return false; }
124 124
125 bool is_string (void) const { return false; } 125 bool is_string (void) const { return false; }
126 126
127 bool is_sq_string (void) const { return false; }
128
127 bool is_range (void) const { return false; } 129 bool is_range (void) const { return false; }
128 130
129 bool is_map (void) const { return false; } 131 bool is_map (void) const { return false; }
130 132
131 bool is_stream (void) const { return false; } 133 bool is_stream (void) const { return false; }
284 286
285 octave_fcn_inline *fcn_inline_value (bool silent = false); 287 octave_fcn_inline *fcn_inline_value (bool silent = false);
286 288
287 octave_value_list list_value (void) const; 289 octave_value_list list_value (void) const;
288 290
289 octave_value convert_to_str_internal (bool pad, bool force) const; 291 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
290 292
291 void convert_to_row_or_column_vector (void); 293 void convert_to_row_or_column_vector (void);
292 294
293 bool print_as_scalar (void) const { return false; } 295 bool print_as_scalar (void) const { return false; }
294 296