h5cpp
0.5.2
A modern C++ wrapper for the HDF5 C library
|
Go to the source code of this file.
Classes | |
class | hdf5::property::DatasetTransferList |
class for a dataset transfer property list More... | |
Namespaces | |
hdf5 | |
top-level namespace of the entire library | |
hdf5::property | |
Enumerations | |
enum class | hdf5::property::MPITransferMode : std::underlying_type< H5FD_mpio_xfer_t >::type { hdf5::property::Independent = H5FD_MPIO_INDEPENDENT , hdf5::property::Collective = H5FD_MPIO_COLLECTIVE } |
enum class | hdf5::property::MPIChunkOption : std::underlying_type< H5FD_mpio_chunk_opt_t >::type { hdf5::property::OneLinkChunked = H5FD_MPIO_CHUNK_ONE_IO , hdf5::property::MultiChunk = H5FD_MPIO_CHUNK_MULTI_IO } |
Functions | |
std::ostream & | hdf5::property::operator<< (std::ostream &stream, const MPITransferMode &mode) |
std::ostream & | hdf5::property::operator<< (std::ostream &stream, const MPIChunkOption &option) |