#include "ls-hdf5.h"
Public Member Functions | |
hdf5_ofstream () | |
hdf5_ofstream (const char *name, int mode=std::ios::out|std::ios::binary, int prot=0) | |
OCTINTERP_API void | close (void) |
void | open (const char *name, int mode=std::ios::out|std::ios::binary, int prot=0) |
OCTINTERP_API void | open_create (const char *name, int mode) |
Public Attributes | |
int | current_item |
octave_hdf5_id | file_id |
|
inline |
|
inherited |
Definition at line 103 of file ls-hdf5.cc.
References hdf5_fstreambase::file_id, and panic_impossible.
Referenced by hdf5_fstreambase::~hdf5_fstreambase(), load_save_system::dump_octave_core(), load_save_system::load(), and load_save_system::save().
|
inline |
Definition at line 94 of file ls-hdf5.h.
References hdf5_fstreambase::open().
|
inherited |
Definition at line 142 of file ls-hdf5.cc.
References canonicalize_file_name(), hdf5_fstreambase::file_id, get_ASCII_filename(), octave_H5P_DEFAULT, panic_impossible, rename(), and tempnam().
Referenced by hdf5_fstreambase::hdf5_fstreambase(), and hdf5_fstreambase::open().
|
inherited |
Definition at line 50 of file ls-hdf5.h.
Referenced by hdf5_fstreambase::hdf5_fstreambase(), hdf5_fstreambase::open(), and read_hdf5_data().
|
inherited |
Definition at line 47 of file ls-hdf5.h.
Referenced by hdf5_fstreambase::close(), load_save_system::dump_octave_core(), load_save_system::load(), hdf5_fstreambase::open_create(), read_hdf5_data(), load_save_system::save(), save_hdf5_data(), and load_save_system::write_header().