|
h5cpp
0.5.1
A modern C++ wrapper for the HDF5 C library
|
#include <h5cpp/property/property_list.hpp>#include <h5cpp/core/windows.hpp>#include <h5cpp/file/driver.hpp>

Go to the source code of this file.
Classes | |
| class | hdf5::property::FileAccessList |
| file access property list More... | |
Namespaces | |
| hdf5 | |
| top-level namespace of the entire library | |
| hdf5::property | |
Typedefs | |
| using | hdf5::property::LibVersionBase = std::underlying_type< LibVersion >::type |
| using | hdf5::property::CloseDegreeBase = std::underlying_type< CloseDegree >::type |
Enumerations | |
| enum class | hdf5::property::LibVersion : std::underlying_type< H5F_libver_t >::type { hdf5::property::Latest = H5F_LIBVER_LATEST , hdf5::property::Earliest = H5F_LIBVER_EARLIEST } |
| library version enumeration More... | |
| enum class | hdf5::property::CloseDegree : std::underlying_type< H5F_close_degree_t >::type { hdf5::property::Weak = H5F_CLOSE_WEAK , hdf5::property::Semi = H5F_CLOSE_SEMI , hdf5::property::Strong = H5F_CLOSE_STRONG , hdf5::property::Default = H5F_CLOSE_DEFAULT } |
| close degree enumeration More... | |
Functions | |
| std::ostream & | hdf5::property::operator<< (std::ostream &stream, const LibVersion &version) |
| std::ostream & | hdf5::property::operator<< (std::ostream &stream, const CloseDegree &version) |