24#include "openPMD/IO/AbstractIOHandler.hpp"
25#include "openPMD/IO/JSON/JSONIOHandlerImpl.hpp"
26#include "openPMD/auxiliary/JSON_internal.hpp"
34class JSONIOHandler :
public AbstractIOHandler
38 std::optional<std::unique_ptr<AbstractIOHandler>> initialize_from,
42 JSONIOHandlerImpl::FileFormat,
43 std::string originalExtension);
46 std::optional<std::unique_ptr<AbstractIOHandler>> initialize_from,
51 JSONIOHandlerImpl::FileFormat,
52 std::string originalExtension);
55 ~JSONIOHandler()
override;
std::future< void > flush(internal::ParsedFlushParams &) override
Process operations in queue according to FIFO.
Definition JSONIOHandler.cpp:54
std::string backendName() const override
The currently used backend.
Definition JSONIOHandler.hpp:57
Definition JSONIOHandlerImpl.hpp:159
Extend nlohmann::json with tracing of which keys have been accessed by operator[]().
Definition JSON_internal.hpp:69
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