41 #pragma clang diagnostic push
42 #pragma clang diagnostic ignored "-Wpadded"
74 bool backing_store() const noexcept;
79 void backing_store(
bool value) noexcept;
84 size_t increment() const noexcept;
89 void increment(
size_t value);
91 virtual
void operator()(const property::FileAccessList &fapl) const override;
102 #pragma clang diagnostic pop
abstract class for file drivers
Definition: driver.hpp:70
memory file driver
Definition: memory_driver.hpp:45
MemoryDriver() noexcept
default constructor
DriverID
enumeration to determine the file driver
Definition: driver.hpp:50
top-level namespace of the entire library
Definition: attribute.hpp:45
#define DLL_EXPORT
Definition: windows.hpp:29