h5cpp
0.5.0
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 | hdf5::property::LibVersion : std::underlying_type< H5F_libver_t >::type { hdf5::property::LibVersion::Latest = H5F_LIBVER_LATEST, hdf5::property::LibVersion::Earliest = H5F_LIBVER_EARLIEST } |
library version enumeration More... | |
enum | hdf5::property::CloseDegree : std::underlying_type< H5F_close_degree_t >::type { hdf5::property::CloseDegree::Weak = H5F_CLOSE_WEAK, hdf5::property::CloseDegree::Semi = H5F_CLOSE_SEMI, hdf5::property::CloseDegree::Strong = H5F_CLOSE_STRONG, hdf5::property::CloseDegree::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) |