Mercurial > hg > octave-nkf
comparison libinterp/octave-value/ov-java.h @ 20678:2f94652de9ff
Add placeholder functions for save_hdf5, load_hdf5 for octave_java functions.
* ov-java.h (save_hdf5, load_hdf5): Declare prototypes.
* ov-java.cc (save_hdf5): Emit warning about inability to save java objects.
* ov-java.cc (load_hdf5): Silently skip unsaved java objects in file.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 27 Aug 2015 15:52:06 -0700 |
parents | b22528fd3deb |
children |
comparison
equal
deleted
inserted
replaced
20677:4bef1880098c | 20678:2f94652de9ff |
---|---|
164 bool save_binary (std::ostream& os, bool& save_as_floats); | 164 bool save_binary (std::ostream& os, bool& save_as_floats); |
165 | 165 |
166 bool load_binary (std::istream& is, bool swap, | 166 bool load_binary (std::istream& is, bool swap, |
167 oct_mach_info::float_format fmt); | 167 oct_mach_info::float_format fmt); |
168 | 168 |
169 bool save_hdf5 (octave_hdf5_id loc_id, const char *name, | |
170 bool save_as_floats); | |
171 | |
172 bool load_hdf5 (octave_hdf5_id loc_id, const char *name); | |
173 | |
169 octave_value_list | 174 octave_value_list |
170 subsref (const std::string& type, | 175 subsref (const std::string& type, |
171 const std::list<octave_value_list>& idx, int nargout); | 176 const std::list<octave_value_list>& idx, int nargout); |
172 | 177 |
173 octave_value | 178 octave_value |