Go to the source code of this file.
Defines | |
#define | octave_ls_oct_binary_h 1 |
Functions | |
OCTINTERP_API bool | save_binary_data (std::ostream &os, const octave_value &tc, const std::string &name, const std::string &doc, bool mark_as_global, bool save_as_floats) |
OCTINTERP_API std::string | read_binary_data (std::istream &is, bool swap, oct_mach_info::float_format fmt, const std::string &filename, bool &global, octave_value &tc, std::string &doc) |
#define octave_ls_oct_binary_h 1 |
OCTINTERP_API std::string read_binary_data | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt, | |||
const std::string & | filename, | |||
bool & | global, | |||
octave_value & | tc, | |||
std::string & | doc | |||
) |
OCTINTERP_API bool save_binary_data | ( | std::ostream & | os, | |
const octave_value & | tc, | |||
const std::string & | name, | |||
const std::string & | doc, | |||
bool | mark_as_global, | |||
bool | save_as_floats | |||
) |