GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ls-hdf5.h"
Public Member Functions | |
hdf5_callback_data (void) |
Public Attributes | |
std::string | doc |
bool | global |
std::string | name |
octave_value | tc |
std::string hdf5_callback_data::doc |
Definition at line 153 of file ls-hdf5.h.
Referenced by hdf5_read_next_data(), and read_hdf5_data().
bool hdf5_callback_data::global |
Definition at line 147 of file ls-hdf5.h.
Referenced by hdf5_read_next_data(), and read_hdf5_data().
std::string hdf5_callback_data::name |
Definition at line 144 of file ls-hdf5.h.
Referenced by hdf5_read_next_data(), octave_struct::load_hdf5(), octave_fcn_handle::load_hdf5(), octave_class::load_hdf5(), octave_scalar_struct::load_hdf5(), and read_hdf5_data().
octave_value hdf5_callback_data::tc |
Definition at line 150 of file ls-hdf5.h.
Referenced by hdf5_read_next_data(), octave_struct::load_hdf5(), octave_fcn_handle::load_hdf5(), octave_cell::load_hdf5(), octave_class::load_hdf5(), octave_scalar_struct::load_hdf5(), and read_hdf5_data().