comparison src/ov-list.h @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 85c7dc4afe6b
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
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);
103 103
104 bool load_ascii (std::istream& is); 104 bool load_ascii (std::istream& is);
105 105
106 bool save_binary (std::ostream& os, bool& save_as_floats); 106 bool save_binary (std::ostream& os, bool& save_as_floats);
107 107