23#include "openPMD/IO/AbstractIOHandler.hpp"
24#include "openPMD/auxiliary/JSON_internal.hpp"
34class HDF5IOHandler :
public AbstractIOHandler
38 std::optional<std::unique_ptr<AbstractIOHandler>> initialize_from,
42 ~HDF5IOHandler()
override;
52 std::unique_ptr<HDF5IOHandlerImpl> m_impl;
std::string backendName() const override
The currently used backend.
Definition HDF5IOHandler.hpp:44
std::future< void > flush(internal::ParsedFlushParams &) override
Process operations in queue according to FIFO.
Definition HDF5IOHandler.cpp:3428
Definition HDF5IOHandlerImpl.hpp:41
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