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

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 5d02dfacfc9e
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
85 85
86 octave_value fcn_val (void) const { return fcn; } 86 octave_value fcn_val (void) const { return fcn; }
87 87
88 std::string fcn_name (void) const { return nm; } 88 std::string fcn_name (void) const { return nm; }
89 89
90 bool save_ascii (std::ostream& os, bool& infnan_warned); 90 bool save_ascii (std::ostream& os);
91 91
92 bool load_ascii (std::istream& is); 92 bool load_ascii (std::istream& is);
93 93
94 bool save_binary (std::ostream& os, bool& save_as_floats); 94 bool save_binary (std::ostream& os, bool& save_as_floats);
95 95