|
h5cpp 0.7.1
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 () |
| virtual void | operator() (const hdf5::property::FileAccessList &fapl) const =0 |
| set a driver More... | |
| virtual DriverID | id () const noexcept=0 |
| get driver ID More... | |
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.