23#include "openPMD/IO/AbstractIOHandler.hpp"
24#include "openPMD/IO/Access.hpp"
25#include "openPMD/IO/IOTask.hpp"
34class DummyIOHandler :
public AbstractIOHandler
37 DummyIOHandler(std::string,
Access);
38 ~DummyIOHandler()
override =
default;
std::string backendName() const override
The currently used backend.
Definition DummyIOHandler.cpp:47
void enqueue(IOTask const &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition DummyIOHandler.cpp:39
std::future< void > flush(internal::ParsedFlushParams &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition DummyIOHandler.cpp:42
Self-contained description of a single IO operation.
Definition IOTask.hpp:836
Public definitions of openPMD-api.
Definition Date.cpp:29
Access
File access mode to use during IO.
Definition Access.hpp:58
Definition FlushParametersInternal.hpp:32