|
openPMD-api
|


Public Member Functions | |
| BaseRecordComponentData (BaseRecordComponentData const &)=delete | |
| BaseRecordComponentData (BaseRecordComponentData &&)=delete | |
| BaseRecordComponentData & | operator= (BaseRecordComponentData const &)=delete |
| BaseRecordComponentData & | operator= (BaseRecordComponentData &&)=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 | |
| Dataset | m_dataset {Datatype::UNDEFINED, {}} |
| The type and extent of the dataset defined by this component. | |
| bool | m_isConstant = false |
| True if this is defined as a constant record component as specified in the openPMD standard. 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::AttributableData | |
| using | A_MAP = std::map< std::string, Attribute > |
| bool openPMD::internal::BaseRecordComponentData::m_isConstant = false |
True if this is defined as a constant record component as specified in the openPMD standard.
If yes, then no heavy-weight dataset is created and the dataset is instead defined via light-weight attributes.
1.8.13