23 #include "openPMD/IO/AbstractIOHandler.hpp"
24 #include "openPMD/auxiliary/JSON_internal.hpp"
32 class HDF5IOHandlerImpl;
48 std::unique_ptr<HDF5IOHandlerImpl> m_impl;
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:186
Definition: HDF5IOHandler.hpp:35
std::string backendName() const override
The currently used backend.
Definition: HDF5IOHandler.hpp:40
std::future< void > flush(internal::ParsedFlushParams &) override
Process operations in queue according to FIFO.
Definition: HDF5IOHandler.cpp:2933
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