diff src/ov-fcn-inline.h @ 4972:724675f7f7cb

[project @ 2004-09-08 17:00:20 by jwe]
author jwe
date Wed, 08 Sep 2004 17:00:20 +0000
parents 0355f2f7d193
children e35b034d3523
line wrap: on
line diff
--- a/src/ov-fcn-inline.h	Wed Sep 08 16:46:36 2004 +0000
+++ b/src/ov-fcn-inline.h	Wed Sep 08 17:00:20 2004 +0000
@@ -73,6 +73,22 @@
 
   octave_value convert_to_str_internal (bool, bool) const;
 
+  bool save_ascii (std::ostream& os, bool& infnan_warned,
+		 bool strip_nan_and_inf);
+
+  bool load_ascii (std::istream& is);
+
+  bool save_binary (std::ostream& os, bool& save_as_floats);
+
+  bool load_binary (std::istream& is, bool swap, 
+		    oct_mach_info::float_format fmt);
+
+#if defined (HAVE_HDF5)
+  bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
+
+  bool load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug);
+#endif
+
   void print (std::ostream& os, bool pr_as_read_syntax = false) const;
 
   void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;