GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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) |
Public Attributes | |
int | current_item |
hid_t | file_id |
|
inline |
|
inline |
Definition at line 69 of file ls-hdf5.h.
Referenced by dump_octave_core(), and ~hdf5_fstreambase().
Definition at line 79 of file ls-hdf5.h.
References clear().
Referenced by hdf5_ifstream::open(), and hdf5_ofstream::open().
int hdf5_fstreambase::current_item |
Definition at line 44 of file ls-hdf5.h.
Referenced by read_hdf5_data().
hid_t hdf5_fstreambase::file_id |
Definition at line 41 of file ls-hdf5.h.
Referenced by dump_octave_core(), read_hdf5_data(), save_hdf5_data(), and write_header().