comparison src/ov-list.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 9e32bb109980
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
97 97
98 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 98 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
99 99
100 bool print_name_tag (std::ostream& os, const std::string& name) const; 100 bool print_name_tag (std::ostream& os, const std::string& name) const;
101 101
102 bool save_ascii (std::ostream& os, bool& infnan_warned, 102 bool save_ascii (std::ostream& os, bool& infnan_warned);
103 int strip_nan_and_inf);
104 103
105 bool load_ascii (std::istream& is); 104 bool load_ascii (std::istream& is);
106 105
107 bool save_binary (std::ostream& os, bool& save_as_floats); 106 bool save_binary (std::ostream& os, bool& save_as_floats);
108 107