openPMD-api
|
Public Types | |
using | InternalContainer = T_container |
![]() | |
using | A_MAP = std::map< std::string, Attribute > |
Public Member Functions | |
ContainerData (ContainerData const &)=delete | |
ContainerData (ContainerData &&)=delete | |
ContainerData & | operator= (ContainerData const &)=delete |
ContainerData & | operator= (ContainerData &&)=delete |
![]() | |
AttributableData (AttributableData const &)=delete | |
AttributableData (AttributableData &&)=delete | |
AttributableData & | operator= (AttributableData const &)=delete |
AttributableData & | operator= (AttributableData &&)=delete |
Public Attributes | |
InternalContainer | m_container |
The wrapped container holding all the actual data, e.g. More... | |
![]() | |
Writable | m_writable |
The Writable associated with this Attributable. More... | |
InternalContainer openPMD::internal::ContainerData< T, T_key, T_container >::m_container |
The wrapped container holding all the actual data, e.g.
std::map.