comparison src/ov-bool.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 2b065bbbd1c2
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
154 154
155 octave_value resize (const dim_vector& dv, bool fill = false) const; 155 octave_value resize (const dim_vector& dv, bool fill = false) const;
156 156
157 octave_value convert_to_str_internal (bool pad, bool force, char type) const; 157 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
158 158
159 bool save_ascii (std::ostream& os, bool& infnan_warned, 159 bool save_ascii (std::ostream& os, bool& infnan_warned);
160 int strip_nan_and_inf);
161 160
162 bool load_ascii (std::istream& is); 161 bool load_ascii (std::istream& is);
163 162
164 bool save_binary (std::ostream& os, bool& save_as_floats); 163 bool save_binary (std::ostream& os, bool& save_as_floats);
165 164