Go to the source code of this file.
|
enum | hdf5::property::DatasetFillValueStatus : std::underlying_type< H5D_fill_value_t >::type { hdf5::property::DatasetFillValueStatus::Undefined = H5D_FILL_VALUE_UNDEFINED,
hdf5::property::DatasetFillValueStatus::Default = H5D_FILL_VALUE_DEFAULT,
hdf5::property::DatasetFillValueStatus::UserDefined = H5D_FILL_VALUE_USER_DEFINED
} |
| enumeration for the fill value status More...
|
|
enum | hdf5::property::DatasetFillTime : std::underlying_type< H5D_fill_time_t >::type { hdf5::property::DatasetFillTime::IfSet = H5D_FILL_TIME_IFSET,
hdf5::property::DatasetFillTime::Alloc = H5D_FILL_TIME_ALLOC,
hdf5::property::DatasetFillTime::Never = H5D_FILL_TIME_NEVER
} |
| enumeration for the fill time of a dataset More...
|
|
enum | hdf5::property::DatasetAllocTime : std::underlying_type< H5D_alloc_time_t >::type { hdf5::property::DatasetAllocTime::Default = H5D_ALLOC_TIME_DEFAULT,
hdf5::property::DatasetAllocTime::Early = H5D_ALLOC_TIME_EARLY,
hdf5::property::DatasetAllocTime::Incr = H5D_ALLOC_TIME_INCR,
hdf5::property::DatasetAllocTime::Late = H5D_ALLOC_TIME_LATE
} |
| enumeration for the dataset allocation time More...
|
|
enum | hdf5::property::DatasetLayout : std::underlying_type< H5D_layout_t >::type { hdf5::property::DatasetLayout::Compact = H5D_COMPACT,
hdf5::property::DatasetLayout::Contiguous = H5D_CONTIGUOUS,
hdf5::property::DatasetLayout::Chunked = H5D_CHUNKED,
hdf5::property::DatasetLayout::Virtual = H5D_VIRTUAL
} |
| enumeration describing the layout of a dataset More...
|
|