GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ls-oct-binary.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include "mach-info.h"

Go to the source code of this file.

Functions

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)
 
bool save_binary_data (std::ostream &os, const octave_value &tc, const std::string &name, const std::string &doc, bool mark_global, bool save_as_floats)
 

Function Documentation

◆ read_binary_data()

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 
)

◆ save_binary_data()

bool save_binary_data ( std::ostream &  os,
const octave_value tc,
const std::string &  name,
const std::string &  doc,
bool  mark_global,
bool  save_as_floats 
)