comparison src/ov-fcn-handle.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 5d02dfacfc9e
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
82 82
83 octave_value fcn_val (void) const { return fcn; } 83 octave_value fcn_val (void) const { return fcn; }
84 84
85 std::string fcn_name (void) const { return nm; } 85 std::string fcn_name (void) const { return nm; }
86 86
87 bool save_ascii (std::ostream& os, bool& infnan_warned, 87 bool save_ascii (std::ostream& os, bool& infnan_warned);
88 int strip_nan_and_inf);
89 88
90 bool load_ascii (std::istream& is); 89 bool load_ascii (std::istream& is);
91 90
92 bool save_binary (std::ostream& os, bool& save_as_floats); 91 bool save_binary (std::ostream& os, bool& save_as_floats);
93 92