23 #if !defined (octave_ov_fcn_inline_h)
24 #define octave_ov_fcn_inline_h 1
50 const std::string& n = std::string ());
66 std::string
fcn_text (
void)
const {
return iftext; }
70 octave_value convert_to_str_internal (
bool,
bool,
char)
const;
74 bool save_ascii (std::ostream& os);
76 bool load_ascii (std::istream& is);
78 bool save_binary (std::ostream& os,
bool& save_as_floats);
80 bool load_binary (std::istream& is,
bool swap,
83 #if defined (HAVE_HDF5)
84 bool save_hdf5 (hid_t loc_id,
const char *name,
bool save_as_floats);
86 bool load_hdf5 (hid_t loc_id,
const char *name);
89 void print (std::ostream& os,
bool pr_as_read_syntax =
false)
const;
91 void print_raw (std::ostream& os,
bool pr_as_read_syntax =
false)
const;