h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
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,
file access property list
Definition: file_access.hpp:68
base class for property lists
Definition: property_list.hpp:54
std::underlying_type< LibVersion >::type LibVersionBase
Definition: file_access.hpp:55
std::underlying_type< CloseDegree >::type CloseDegreeBase
Definition: file_access.hpp:57
LibVersion
library version enumeration
Definition: file_access.hpp:40
std::ostream & operator<<(std::ostream &stream, const VirtualDataView &view)
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
CloseDegree
close degree enumeration
Definition: file_access.hpp:48
#define DLL_EXPORT
Definition: windows.hpp:29
abstract class for file drivers
Definition: driver.hpp:69
top-level namespace of the entire library
Definition: attribute.hpp:45