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
Self-contained description of a single IO operation.
Definition: IOTask.hpp:695
Access
File access mode to use during IO.
Definition: Access.hpp:29
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:179
Public definitions of openPMD-api.
std::future< void > flush(internal::ParsedFlushParams &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition: DummyIOHandler.cpp:35
Definition: FlushParametersInternal.hpp:31