Public Types | |
| using | InternalContainer = T_container |
Public Member Functions | |
| ContainerData (ContainerData const &)=delete | |
| ContainerData (ContainerData &&)=delete | |
| ContainerData & | operator= (ContainerData const &)=delete |
| ContainerData & | operator= (ContainerData &&)=delete |
Public Member Functions inherited from openPMD::internal::AttributableData | |
| AttributableData (SharedAttributableData *) | |
| AttributableData (AttributableData const &)=delete | |
| AttributableData (AttributableData &&)=delete | |
| AttributableData & | operator= (AttributableData const &)=delete |
| AttributableData & | operator= (AttributableData &&)=delete |
| void | cloneFrom (AttributableData const &other) |
| template<typename T> | |
| T | asInternalCopyOf () |
| auto | attributes () -> A_MAP & |
| auto | attributes () const -> A_MAP const & |
| auto | readAttribute (std::string const &name) const -> Attribute const & |
Public Attributes | |
| InternalContainer | m_container |
| The wrapped container holding all the actual data, e.g. | |
| InternalContainer openPMD::internal::ContainerData< T, T_key, T_container >::m_container |
The wrapped container holding all the actual data, e.g.
std::map.