comparison src/ov.h @ 2466:1573640a9994

[project @ 1996-11-04 03:56:11 by jwe]
author jwe
date Mon, 04 Nov 1996 03:56:17 +0000
parents 2f50b24ce84f
children 3db30620918e
comparison
equal deleted inserted replaced
2465:7ee42ff6536a 2466:1573640a9994
361 { return rep->convert_to_str (); } 361 { return rep->convert_to_str (); }
362 362
363 virtual void convert_to_row_or_column_vector (void) 363 virtual void convert_to_row_or_column_vector (void)
364 { rep->convert_to_row_or_column_vector (); } 364 { rep->convert_to_row_or_column_vector (); }
365 365
366 void print (void); 366 void print (bool pr_as_read_syntax = false);
367 367
368 virtual void print (ostream& os) { rep->print (os); } 368 virtual void print (ostream& os, bool pr_as_read_syntax)
369 { rep->print (os, pr_as_read_syntax); }
369 370
370 void print_with_name (const string& name, bool print_padding = true); 371 void print_with_name (const string& name, bool print_padding = true);
371 372
372 void print_with_name (ostream& os, const string& name, 373 void print_with_name (ostream& os, const string& name,
373 bool print_padding = true); 374 bool print_padding = true);