40 enum class LibVersion : std::underlying_type<H5F_libver_t>::type {
41 LATEST = H5F_LIBVER_LATEST,
48 enum class CloseDegree : std::underlying_type<H5F_close_degree_t>::type {
49 WEAK = H5F_CLOSE_WEAK,
50 SEMI = H5F_CLOSE_SEMI,
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
file access property list
Definition: file_access.hpp:68
Definition: attribute.hpp:43
std::underlying_type< LibVersion >::type LibVersionBase
Definition: file_access.hpp:55
LibVersion
library version enumeration
Definition: file_access.hpp:40
DLL_EXPORT std::ostream & operator<<(std::ostream &stream, const DatasetFillValueStatus &status)
std::underlying_type< CloseDegree >::type CloseDegreeBase
Definition: file_access.hpp:57
#define DLL_EXPORT
Definition: windows.hpp:35
CloseDegree
close degree enumeration
Definition: file_access.hpp:48
abstract class for file drivers
Definition: driver.hpp:65
base class for property lists
Definition: property_list.hpp:45