23 #include "openPMD/IO/AbstractIOHandler.hpp" 24 #include "openPMD/IO/Access.hpp" 25 #include "openPMD/IO/IOTask.hpp" Dummy handler without any IO operations.
Definition: DummyIOHandler.hpp:34
std::future< void > flush(internal::FlushParams const &) 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:615
Access
File access mode to use during IO.
Definition: Access.hpp:27
void enqueue(IOTask const &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition: DummyIOHandler.cpp:32
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:122
Public definitions of openPMD-api.
Definition: Date.cpp:28
Parameters recursively passed through the openPMD hierarchy when flushing.
Definition: AbstractIOHandler.hpp:103