comparison src/ov-range.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
185 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 185 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
186 186
187 bool print_name_tag (std::ostream& os, const std::string& name) const; 187 bool print_name_tag (std::ostream& os, const std::string& name) const;
188 188
189 bool save_ascii (std::ostream& os, bool& infnan_warned, 189 bool save_ascii (std::ostream& os, bool& infnan_warned,
190 bool strip_nan_and_inf); 190 int strip_nan_and_inf);
191 191
192 bool load_ascii (std::istream& is); 192 bool load_ascii (std::istream& is);
193 193
194 bool save_binary (std::ostream& os, bool& save_as_floats); 194 bool save_binary (std::ostream& os, bool& save_as_floats);
195 195