57 MemoryDriver(
size_t increment,
bool backing_store) noexcept;
70 bool backing_store()
const noexcept;
75 void backing_store(
bool value) noexcept;
80 size_t increment()
const noexcept;
85 void increment(
size_t value);
88 virtual DriverID id()
const noexcept;
DriverID
enumeration to determine the file driver
Definition: driver.hpp:49
file access property list
Definition: file_access.hpp:68
Definition: attribute.hpp:43
memory file driver
Definition: memory_driver.hpp:40
#define DLL_EXPORT
Definition: windows.hpp:35
abstract class for file drivers
Definition: driver.hpp:65