|
openPMD-api
|


Public Member Functions | |
| BaseRecordData (BaseRecordData const &)=delete | |
| BaseRecordData (BaseRecordData &&)=delete | |
| BaseRecordData & | operator= (BaseRecordData const &)=delete |
| BaseRecordData & | operator= (BaseRecordData &&)=delete |
Public Member Functions inherited from openPMD::internal::ContainerData< T_elem > | |
| 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 (AttributableData const &)=delete | |
| AttributableData (AttributableData &&)=delete | |
| AttributableData & | operator= (AttributableData const &)=delete |
| AttributableData & | operator= (AttributableData &&)=delete |
Public Attributes | |
| bool | m_containsScalar = false |
| True if this Record contains a scalar record component. More... | |
Public Attributes inherited from openPMD::internal::ContainerData< T_elem > | |
| InternalContainer | m_container |
| The wrapped container holding all the actual data, e.g. More... | |
Public Attributes inherited from openPMD::internal::AttributableData | |
| Writable | m_writable |
| The Writable associated with this Attributable. More... | |
Additional Inherited Members | |
Public Types inherited from openPMD::internal::ContainerData< T_elem > | |
| using | InternalContainer = std::map< std::string, T_elem > |
Public Types inherited from openPMD::internal::AttributableData | |
| using | A_MAP = std::map< std::string, Attribute > |
| bool openPMD::internal::BaseRecordData< T_elem >::m_containsScalar = false |
True if this Record contains a scalar record component.
If so, then that record component is the only component contained, and the last hierarchical layer is skipped (i.e. only one OPEN_PATH task for Record and RecordComponent).
1.8.13