Navigation

Operators and Keywords

Function List:

C++ API

load-save.h File Reference

#include <iosfwd>
#include <string>
Include dependency graph for load-save.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  load_save_format

Enumerations

enum  load_save_format_type {
  LS_ASCII, LS_BINARY, LS_MAT_ASCII, LS_MAT_BINARY,
  LS_MAT5_BINARY, LS_MAT7_BINARY, LS_UNKNOWN
}
enum  load_save_format_options {
  LS_MAT_ASCII_LONG = 1, LS_MAT_ASCII_TABS = 2, LS_MAT_BINARY_V5 = 1, LS_MAT_BINARY_V7,
  LS_NO_OPTION = 0
}

Functions

void dump_octave_core (void)
int read_binary_file_header (std::istream &is, bool &swap, oct_mach_info::float_format &flt_fmt, bool quiet=false)
octave_value do_load (std::istream &stream, const std::string &orig_fname, bool force, load_save_format format, oct_mach_info::float_format flt_fmt, bool list_only, bool swap, bool verbose, const string_vector &argv, int argv_idx, int argc, int nargout)
void do_save (std::ostream &os, const symbol_table::symbol_record &sr, load_save_format fmt, bool save_as_floats)
void write_header (std::ostream &os, load_save_format format)

Enumeration Type Documentation

Enumerator:
LS_MAT_ASCII_LONG 
LS_MAT_ASCII_TABS 
LS_MAT_BINARY_V5 
LS_MAT_BINARY_V7 
LS_NO_OPTION 
Enumerator:
LS_ASCII 
LS_BINARY 
LS_MAT_ASCII 
LS_MAT_BINARY 
LS_MAT5_BINARY 
LS_MAT7_BINARY 
LS_UNKNOWN 

Function Documentation

octave_value do_load ( std::istream &  stream,
const std::string &  orig_fname,
bool  force,
load_save_format  format,
oct_mach_info::float_format  flt_fmt,
bool  list_only,
bool  swap,
bool  verbose,
const string_vector argv,
int  argv_idx,
int  argc,
int  nargout 
)
void do_save ( std::ostream &  os,
const symbol_table::symbol_record sr,
load_save_format  fmt,
bool  save_as_floats 
)
void dump_octave_core ( void   ) 
int read_binary_file_header ( std::istream &  is,
bool swap,
oct_mach_info::float_format flt_fmt,
bool  quiet = false 
)
void write_header ( std::ostream &  os,
load_save_format  format 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines