23 #include "openPMD/Iteration.hpp" 24 #include "openPMD/Series.hpp" 37 using iterations_t = decltype(internal::SeriesData::iterations);
38 using index_t = iterations_t::key_type;
39 index_t
const iterationIndex;
42 template <
typename Iteration_t>
44 :
Iteration(std::forward<Iteration_t>(it)), iterationIndex(index)
50 using iteration_index_t = IndexedIteration::index_t;
55 iteration_index_t m_currentIteration = 0;
95 using iterations_t = decltype(internal::SeriesData::iterations);
Subclass of Iteration that knows its own index withing the containing Series.
Definition: ReadIterations.hpp:32
Logical compilation of data from one snapshot (e.g.
Definition: Iteration.hpp:40
Reading side of the streaming API.
Definition: ReadIterations.hpp:90
Root level of the openPMD hierarchy.
Definition: Series.hpp:537
Public definitions of openPMD-api.
Definition: Date.cpp:28
Definition: ReadIterations.hpp:48