GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
coct-hdf5-types.c File Reference
#include "oct-hdf5.h"

Go to the source code of this file.

Variables

const octave_hdf5_id octave_H5E_DEFAULT = H5E_DEFAULT
 
const octave_hdf5_id octave_H5P_DEFAULT = H5P_DEFAULT
 
const octave_hdf5_id octave_H5S_ALL = H5S_ALL
 

Variable Documentation

◆ octave_H5E_DEFAULT

const octave_hdf5_id octave_H5E_DEFAULT = H5E_DEFAULT

Definition at line 41 of file coct-hdf5-types.c.

Referenced by hdf5_check_attr(), and hdf5_get_scalar_attr().

◆ octave_H5P_DEFAULT

const octave_hdf5_id octave_H5P_DEFAULT = H5P_DEFAULT

Definition at line 42 of file coct-hdf5-types.c.

Referenced by add_hdf5_data(), hdf5_add_attr(), hdf5_add_scalar_attr(), octave_bool_matrix::load_hdf5(), octave_sparse_bool_matrix::load_hdf5(), octave_bool::load_hdf5(), octave_cell::load_hdf5(), octave_class::load_hdf5(), octave_complex::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_sparse_complex_matrix::load_hdf5(), octave_fcn_handle::load_hdf5(), octave_float_scalar::load_hdf5(), octave_float_complex::load_hdf5(), octave_float_complex_matrix::load_hdf5(), octave_float_matrix::load_hdf5(), octave_legacy_range::load_hdf5(), octave_matrix::load_hdf5(), octave_sparse_matrix::load_hdf5(), octave_scalar::load_hdf5(), octave_char_matrix_str::load_hdf5(), octave_struct::load_hdf5(), octave_scalar_struct::load_hdf5(), load_hdf5_empty(), octave_base_int_matrix< T >::load_hdf5_internal(), octave_base_int_scalar< T >::load_hdf5_internal(), hdf5_fstreambase::open_create(), read_hdf5_data(), octave_bool_matrix::save_hdf5(), octave_sparse_bool_matrix::save_hdf5(), octave_bool::save_hdf5(), octave_cell::save_hdf5(), octave_class::save_hdf5(), octave_complex::save_hdf5(), octave_complex_matrix::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_float_scalar::save_hdf5(), octave_float_complex::save_hdf5(), octave_float_complex_matrix::save_hdf5(), octave_float_matrix::save_hdf5(), octave_matrix::save_hdf5(), octave_sparse_matrix::save_hdf5(), octave_scalar::save_hdf5(), octave_char_matrix_str::save_hdf5(), octave_struct::save_hdf5(), octave_scalar_struct::save_hdf5(), save_hdf5_empty(), octave_base_int_matrix< T >::save_hdf5_internal(), octave_base_int_scalar< T >::save_hdf5_internal(), xload_hdf5(), and xsave_hdf5().

◆ octave_H5S_ALL