23 #include "openPMD/Iteration.hpp" 24 #include "openPMD/backend/Container.hpp" 63 using key_type = IterationsContainer_t::key_type;
64 using mapped_type = IterationsContainer_t::mapped_type;
65 using value_type = IterationsContainer_t::value_type;
66 using reference = IterationsContainer_t::reference;
69 struct SharedResources
73 std::optional<Iteration::IterationIndex_t> currentlyOpen;
83 std::shared_ptr<std::optional<SharedResources>> shared;
88 mapped_type &operator[](key_type
const &key);
89 mapped_type &operator[](key_type &&key);
Definition: WriteIterations.hpp:53
Implementation for the root level of the openPMD hierarchy.
Definition: Series.hpp:186
Public definitions of openPMD-api.
Data members for Series.
Definition: Series.hpp:67