23 #include "openPMD/IO/AbstractIOHandler.hpp" 25 #include <nlohmann/json.hpp> 33 class HDF5IOHandlerImpl;
49 std::unique_ptr<HDF5IOHandlerImpl> m_impl;
Definition: HDF5IOHandler.hpp:35
Access
File access mode to use during IO.
Definition: Access.hpp:27
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:122
std::string backendName() const override
The currently used backend.
Definition: HDF5IOHandler.hpp:41
Public definitions of openPMD-api.
Definition: Date.cpp:28
Parameters recursively passed through the openPMD hierarchy when flushing.
Definition: AbstractIOHandler.hpp:103
std::future< void > flush(internal::FlushParams const &) override
Process operations in queue according to FIFO.
Definition: HDF5IOHandler.cpp:2288