h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
#include <posix_driver.hpp>
Public Member Functions | |
PosixDriver () | |
virtual void | operator() (const property::FileAccessList &fapl) const override |
set a driver More... | |
virtual DriverID | id () const noexcept override |
get driver ID More... | |
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 More... | |
hdf5::file::PosixDriver::PosixDriver | ( | ) |
|
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.