24 #include "openPMD/IO/AbstractIOHandler.hpp"
25 #include "openPMD/IO/JSON/JSONIOHandlerImpl.hpp"
40 JSONIOHandlerImpl::FileFormat,
41 std::string originalExtension);
48 JSONIOHandlerImpl::FileFormat,
49 std::string originalExtension);
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:186
Definition: JSONIOHandler.hpp:34
std::future< void > flush(internal::ParsedFlushParams &) override
Process operations in queue according to FIFO.
Definition: JSONIOHandler.cpp:52
std::string backendName() const override
The currently used backend.
Definition: JSONIOHandler.hpp:54
Definition: JSONIOHandlerImpl.hpp:158
Extend nlohmann::json with tracing of which keys have been accessed by operator[]().
Definition: JSON_internal.hpp:68
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