class for a dataset transfer property list
#include <dataset_transfer.hpp>
◆ DatasetTransferList() [1/2]
hdf5::property::DatasetTransferList::DatasetTransferList |
( |
| ) |
|
◆ ~DatasetTransferList()
hdf5::property::DatasetTransferList::~DatasetTransferList |
( |
| ) |
|
|
override |
◆ DatasetTransferList() [2/2]
hdf5::property::DatasetTransferList::DatasetTransferList |
( |
ObjectHandle && |
handle, |
|
|
bool |
do_check = true |
|
) |
| |
|
explicit |
Construct a property list from a handler object. This constructor is particularly useful in situations where we retrieve the handler of a property list from a C-API function.
- Exceptions
-
std::runtime_error | in case of a failure |
- Parameters
-
handle | r-value reference to the handle object |
do_check | perform the object handle class type check |
◆ get()
Return a reference to const static DatasetTransferList object. The object has to be constructed directly with H5P_DATASET_XFER because during the construction kDatasetXfer does not exist.
◆ mpi_chunk_option() [1/2]
MPIChunkOption hdf5::property::DatasetTransferList::mpi_chunk_option |
( |
| ) |
const |
◆ mpi_chunk_option() [2/2]
void hdf5::property::DatasetTransferList::mpi_chunk_option |
( |
MPIChunkOption |
option | ) |
const |
◆ mpi_transfer_mode() [1/2]
MPITransferMode hdf5::property::DatasetTransferList::mpi_transfer_mode |
( |
| ) |
const |
◆ mpi_transfer_mode() [2/2]
void hdf5::property::DatasetTransferList::mpi_transfer_mode |
( |
MPITransferMode |
mode | ) |
const |
The documentation for this class was generated from the following file: