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

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents ed74670db09b
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
115 115
116 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 116 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
117 117
118 bool print_name_tag (std::ostream& os, const std::string& name) const; 118 bool print_name_tag (std::ostream& os, const std::string& name) const;
119 119
120 bool save_ascii (std::ostream& os, bool& infnan_warned); 120 bool save_ascii (std::ostream& os);
121 121
122 bool load_ascii (std::istream& is); 122 bool load_ascii (std::istream& is);
123 123
124 bool save_binary (std::ostream& os, bool& save_as_floats); 124 bool save_binary (std::ostream& os, bool& save_as_floats);
125 125