comparison src/ov-re-mat.h @ 5956:cdef72fcd206

[project @ 2006-08-22 20:36:56 by jwe]
author jwe
date Tue, 22 Aug 2006 20:36:57 +0000
parents c038c2947ee1
children 85c7dc4afe6b
comparison
equal deleted inserted replaced
5955:fc46f9c99028 5956:cdef72fcd206
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 bool strip_nan_and_inf); 159 int strip_nan_and_inf);
160 160
161 bool load_ascii (std::istream& is); 161 bool load_ascii (std::istream& is);
162 162
163 bool save_binary (std::ostream& os, bool& save_as_floats); 163 bool save_binary (std::ostream& os, bool& save_as_floats);
164 164