comparison src/ov-re-mat.h @ 4687:e95c86d48732

[project @ 2004-01-06 21:53:34 by jwe]
author jwe
date Tue, 06 Jan 2004 21:53:34 +0000
parents 623f6262a8e9
children 5e2c68946f30
comparison
equal deleted inserted replaced
4686:c7ae43dfdea4 4687:e95c86d48732
111 111
112 octave_value convert_to_str_internal (bool pad, bool force) const; 112 octave_value convert_to_str_internal (bool pad, bool force) const;
113 113
114 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 114 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
115 115
116 bool save_ascii (std::ostream& os, bool& infnan_warned,
117 bool strip_nan_and_inf);
118
119 bool load_ascii (std::istream& is);
120
121 bool save_binary (std::ostream& os, bool& save_as_floats);
122
123 bool load_binary (std::istream& is, bool swap,
124 oct_mach_info::float_format fmt);
125
126 #if defined (HAVE_HDF5)
127 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
128
129 bool load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug);
130 #endif
131
116 private: 132 private:
117 133
118 DECLARE_OCTAVE_ALLOCATOR 134 DECLARE_OCTAVE_ALLOCATOR
119 135
120 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA 136 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA