|
h5cpp 0.7
A modern C++ wrapper for the HDF5 C library
|
class for the MPI driver (for hdf5 with compiled MPI)
#include <mpi_driver.hpp>


Public Member Functions | |
| MPIDriver (MPI_Comm comm, MPI_Info info) | |
| MPIDriver (const MPIDriver &)=default | |
| virtual void | operator() (const property::FileAccessList &fapl) const override |
| set a driver | |
| virtual DriverID | id () const noexcept override |
| get driver ID | |
Public Member Functions inherited from hdf5::file::Driver | |
| virtual | ~Driver () |
Additional Inherited Members | |
Public Types inherited from hdf5::file::Driver | |
| using | UniquePointer = std::unique_ptr< Driver > |
| unique pointer type | |
| hdf5::file::MPIDriver::MPIDriver | ( | MPI_Comm | comm, |
| MPI_Info | info | ||
| ) |
|
default |
|
overridevirtualnoexcept |
Return the ID of a particular driver.
Implements hdf5::file::Driver.
|
overridevirtual |
Sets a driver to a particular file access property list.
Implements hdf5::file::Driver.