#include "ls-hdf5.h"
Public Member Functions | |
hdf5_fstreambase () | |
hdf5_fstreambase (const char *name, int mode, int=0) | |
~hdf5_fstreambase () | |
void | close () |
void | open (const char *name, int mode, int) |
void | open_create (const char *name, int mode) |
Public Attributes | |
int | current_item |
octave_hdf5_id | file_id |
|
inline |
Definition at line 97 of file ls-hdf5.cc.
References current_item, err_disabled_feature(), and open_create().
void hdf5_fstreambase::close | ( | ) |
Definition at line 111 of file ls-hdf5.cc.
References file_id.
Referenced by ~hdf5_fstreambase(), load_save_system::dump_octave_core(), load_save_system::load(), and load_save_system::save().
Definition at line 130 of file ls-hdf5.cc.
References current_item, and open_create().
Referenced by hdf5_ifstream::open(), and hdf5_ofstream::open().
void hdf5_fstreambase::open_create | ( | const char * | name, |
int | mode | ||
) |
Definition at line 148 of file ls-hdf5.cc.
References file_id, and octave_H5P_DEFAULT.
Referenced by hdf5_fstreambase(), and open().
int hdf5_fstreambase::current_item |
Definition at line 50 of file ls-hdf5.h.
Referenced by hdf5_fstreambase(), open(), and read_hdf5_data().
octave_hdf5_id hdf5_fstreambase::file_id |
Definition at line 47 of file ls-hdf5.h.
Referenced by close(), load_save_system::dump_octave_core(), load_save_system::load(), open_create(), read_hdf5_data(), load_save_system::save(), and save_hdf5_data().