GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ls-oct-binary.h File Reference
#include "octave-config.h"
Include dependency graph for ls-oct-binary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API std::string read_binary_data (std::istream &is, bool swap, octave::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)
 

Function Documentation

OCTINTERP_API std::string read_binary_data ( std::istream &  is,
bool  swap,
octave::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 
)