h5cpp
0.3.3
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 |
set a driver More... | |
virtual DriverID | id () const noexcept |
get driver ID More... | |
![]() | |
virtual | ~Driver () |
Additional Inherited Members | |
![]() | |
using | UniquePointer = std::unique_ptr< Driver > |
unique pointer type More... | |
hdf5::file::PosixDriver::PosixDriver | ( | ) |
|
virtualnoexcept |
Return the ID of a particular driver.
Implements hdf5::file::Driver.
|
virtual |
Sets a driver to a particular file access property list.
Implements hdf5::file::Driver.