comparison src/ov-bool.h @ 4687:e95c86d48732

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