23 #include "openPMD/IO/AbstractIOHandler.hpp"
24 #include "openPMD/IO/Access.hpp"
25 #include "openPMD/IO/IOTask.hpp"
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:186
Dummy handler without any IO operations.
Definition: DummyIOHandler.hpp:35
std::string backendName() const override
The currently used backend.
Definition: DummyIOHandler.cpp:40
void enqueue(IOTask const &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition: DummyIOHandler.cpp:32
std::future< void > flush(internal::ParsedFlushParams &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition: DummyIOHandler.cpp:35
Self-contained description of a single IO operation.
Definition: IOTask.hpp:670
Public definitions of openPMD-api.
Definition: Date.cpp:29
Access
File access mode to use during IO.
Definition: Access.hpp:30
Definition: FlushParametersInternal.hpp:32