allocator_type typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
at(key_type const &key) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
at(key_type const &key) const (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
Attributable(std::shared_ptr< internal::AttributableData >) (defined in openPMD::Attributable) | openPMD::Attributable | protected |
Attributable() (defined in openPMD::Attributable) | openPMD::Attributable | |
attributes() const | openPMD::Attributable | |
begin() noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
begin() const noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
cbegin() const noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
cend() const noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
clear() | openPMD::Container< T, T_key, T_container > | inline |
clear_unchecked() (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
comment() const | openPMD::Attributable | |
const_iterator typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
const_pointer typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
const_reference typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
Container(std::shared_ptr< ContainerData > containerData) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
Container() (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
container() const (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inlineprotected |
container() (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inlineprotected |
ContainerData typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | protected |
containingIteration() const | openPMD::Attributable | |
containingIteration() (defined in openPMD::Attributable) | openPMD::Attributable | |
contains(key_type const &key) const | openPMD::Container< T, T_key, T_container > | inline |
containsAttribute(std::string const &key) const | openPMD::Attributable | |
count(key_type const &key) const | openPMD::Container< T, T_key, T_container > | inline |
deleteAttribute(std::string const &key) | openPMD::Attributable | |
difference_type typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
dirty() const (defined in openPMD::Attributable) | openPMD::Attributable | inline |
dirty() (defined in openPMD::Attributable) | openPMD::Attributable | inline |
emplace(Args &&...args) -> decltype(InternalContainer().emplace(std::forward< Args >(args)...)) | openPMD::Container< T, T_key, T_container > | inline |
empty() const noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
end() noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
end() const noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
erase(key_type const &key) | openPMD::Container< T, T_key, T_container > | inlinevirtual |
erase(iterator res) | openPMD::Container< T, T_key, T_container > | inlinevirtual |
find(key_type const &key) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
find(key_type const &key) const (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
flush(std::string const &path, internal::FlushParams const &flushParams) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inlinevirtual |
flushAttributes(internal::FlushParams const &) (defined in openPMD::Attributable) | openPMD::Attributable | |
FullyReread enum value | openPMD::Attributable | |
get() (defined in openPMD::Attributable) | openPMD::Attributable | inline |
get() const (defined in openPMD::Attributable) | openPMD::Attributable | inline |
getAttribute(std::string const &key) const | openPMD::Attributable | |
IgnoreExisting enum value | openPMD::Attributable | |
insert(value_type const &value) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
insert(P &&value) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
insert(const_iterator hint, value_type const &value) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
insert(const_iterator hint, P &&value) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
insert(InputIt first, InputIt last) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
insert(std::initializer_list< value_type > ilist) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
internal::EraseStaleEntries (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
internal::SeriesData (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
InternalContainer typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | protected |
IOHandler() (defined in openPMD::Attributable) | openPMD::Attributable | inline |
IOHandler() const (defined in openPMD::Attributable) | openPMD::Attributable | inline |
Iteration (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
iterator typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
key_type typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
m_attri (defined in openPMD::Attributable) | openPMD::Attributable | protected |
m_containerData (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | protected |
mapped_type typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
myPath() const | openPMD::Attributable | |
numAttributes() const | openPMD::Attributable | |
operator[](key_type const &key) | openPMD::Container< T, T_key, T_container > | inlinevirtual |
operator[](key_type &&key) | openPMD::Container< T, T_key, T_container > | inlinevirtual |
OverrideExisting enum value | openPMD::Attributable | |
parent() (defined in openPMD::Attributable) | openPMD::Attributable | inline |
parent() const (defined in openPMD::Attributable) | openPMD::Attributable | inline |
ParticlePatches (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
ParticleSpecies (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
pointer typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
readAttributes(ReadMode) (defined in openPMD::Attributable) | openPMD::Attributable | |
readFloatingpoint(std::string const &key) const | openPMD::Attributable | inline |
ReadMode enum name | openPMD::Attributable | |
readVectorFloatingpoint(std::string const &key) const | openPMD::Attributable | inline |
reference typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
retrieveSeries() const (defined in openPMD::Attributable) | openPMD::Attributable | |
Series (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
seriesFlush(std::string backendConfig="{}") | openPMD::Attributable | |
seriesFlush(internal::FlushParams) (defined in openPMD::Attributable) | openPMD::Attributable | |
SeriesIterator (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | friend |
setAttribute(std::string const &key, T value) | openPMD::Attributable | inline |
setAttribute(std::string const &key, char const value[]) (defined in openPMD::Attributable) | openPMD::Attributable | inline |
setComment(std::string const &comment) | openPMD::Attributable | |
setData(std::shared_ptr< ContainerData > containerData) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inlineprotected |
setData(std::shared_ptr< internal::AttributableData > attri) (defined in openPMD::Attributable) | openPMD::Attributable | inline |
size() const noexcept (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
size_type typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
swap(Container &other) (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | inline |
value_type typedef (defined in openPMD::Container< T, T_key, T_container >) | openPMD::Container< T, T_key, T_container > | |
writable() (defined in openPMD::Attributable) | openPMD::Attributable | inline |
writable() const (defined in openPMD::Attributable) | openPMD::Attributable | inline |
written() const (defined in openPMD::Attributable) | openPMD::Attributable | inline |
written() (defined in openPMD::Attributable) | openPMD::Attributable | inline |
~Attributable()=default (defined in openPMD::Attributable) | openPMD::Attributable | virtual |