openPMD-api
|
Public Member Functions | |
BaseRecordData (BaseRecordData const &)=delete | |
BaseRecordData (BaseRecordData &&)=delete | |
BaseRecordData & | operator= (BaseRecordData const &)=delete |
BaseRecordData & | operator= (BaseRecordData &&)=delete |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
using | InternalContainer = std::map< std::string, T_elem > |
![]() | |
using | A_MAP = std::map< std::string, Attribute > |
![]() | |
InternalContainer | m_container |
The wrapped container holding all the actual data, e.g. More... | |
![]() | |
Writable | m_writable |
The Writable associated with this Attributable. More... | |