Mercurial > hg > octave-avbm
comparison src/ov-bool-mat.h @ 5956:cdef72fcd206
[project @ 2006-08-22 20:36:56 by jwe]
author | jwe |
---|---|
date | Tue, 22 Aug 2006 20:36:57 +0000 |
parents | d20c596b9b10 |
children | 85c7dc4afe6b |
comparison
equal
deleted
inserted
replaced
5955:fc46f9c99028 | 5956:cdef72fcd206 |
---|---|
163 octave_value convert_to_str_internal (bool pad, bool force, char type) const; | 163 octave_value convert_to_str_internal (bool pad, bool force, char type) const; |
164 | 164 |
165 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; | 165 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; |
166 | 166 |
167 bool save_ascii (std::ostream& os, bool& infnan_warned, | 167 bool save_ascii (std::ostream& os, bool& infnan_warned, |
168 bool strip_nan_and_inf); | 168 int strip_nan_and_inf); |
169 | 169 |
170 bool load_ascii (std::istream& is); | 170 bool load_ascii (std::istream& is); |
171 | 171 |
172 bool save_binary (std::ostream& os, bool& save_as_floats); | 172 bool save_binary (std::ostream& os, bool& save_as_floats); |
173 | 173 |