Module Overview and Global Definitions
Contents
Module Overview and Global Definitions
The following classes are all defined within namespace HIPP::IO::H5.
Global Definitions
-
typedef hid_t hid_t
-
typedef hsize_t hsize_t
-
typedef hssize_t hssize_t
-
typedef herr_t herr_t
-
typedef htri_t htri_t
-
static constexpr index_t idxNAME = H5_INDEX_NAME
-
static constexpr index_t idxCRT_ORDER = H5_INDEX_CRT_ORDER
Index types used in HDF5 index table.
-
static constexpr iter_order_t iterINC = H5_ITER_INC
-
static constexpr iter_order_t iterDEC = H5_ITER_DEC
-
static constexpr iter_order_t iterNATIVE = H5_ITER_NATIVE
Index access orders when visiting sub-objects in a group.
For backward compatibility, we define the following types in the namespace HIPP::IO.
They are aliased to the corresponding types in HIPP::IO::H5 by stripping the prefix H5.