comparison src/ov-re-mat.h @ 5958:85c7dc4afe6b

[project @ 2006-08-23 18:35:38 by jwe]
author jwe
date Wed, 23 Aug 2006 18:35:39 +0000
parents cdef72fcd206
children e60688a1ea07
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
153 153
154 octave_value convert_to_str_internal (bool pad, bool force, char type) const; 154 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
155 155
156 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 156 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
157 157
158 bool save_ascii (std::ostream& os, bool& infnan_warned, 158 bool save_ascii (std::ostream& os, bool& infnan_warned);
159 int strip_nan_and_inf);
160 159
161 bool load_ascii (std::istream& is); 160 bool load_ascii (std::istream& is);
162 161
163 bool save_binary (std::ostream& os, bool& save_as_floats); 162 bool save_binary (std::ostream& os, bool& save_as_floats);
164 163