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