h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
66 #pragma clang diagnostic push
67 #pragma clang diagnostic ignored "-Wweak-vtables"
92 virtual DriverID id() const noexcept = 0;
95 #pragma clang diagnostic pop
file access property list
Definition: file_access.hpp:68
DriverID
enumeration to determine the file driver
Definition: driver.hpp:49
std::unique_ptr< Driver > UniquePointer
unique pointer type
Definition: driver.hpp:75
virtual ~Driver()
Definition: driver.hpp:77
#define DLL_EXPORT
Definition: windows.hpp:29
abstract class for file drivers
Definition: driver.hpp:69
top-level namespace of the entire library
Definition: attribute.hpp:45