h5cpp  0.5.1
A modern C++ wrapper for the HDF5 C library
dataset_transfer.hpp File Reference
Include dependency graph for dataset_transfer.hpp:
This graph shows which files directly or indirectly include this file:

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)