comparison src/ov-str-mat.h @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents 83d4452bc522
children 508238e65af7
comparison
equal deleted inserted replaced
4456:b0aff7648c2d 4457:d7d9ca19960a
98 98
99 bool valid_as_scalar_index (void) const; 99 bool valid_as_scalar_index (void) const;
100 100
101 Matrix matrix_value (bool = false) const; 101 Matrix matrix_value (bool = false) const;
102 102
103 string_vector all_strings (bool pad = false) const; 103 string_vector all_strings (bool pad = false, bool force = false) const;
104 104
105 std::string string_value (void) const; 105 std::string string_value (bool force = false) const;
106 106
107 bool print_as_scalar (void) const { return (rows () <= 1); } 107 bool print_as_scalar (void) const { return (rows () <= 1); }
108 108
109 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 109 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
110 110