openPMD-api
|
Public Member Functions | |
PatchRecordComponentData (PatchRecordComponentData const &)=delete | |
PatchRecordComponentData (PatchRecordComponentData &&)=delete | |
PatchRecordComponentData & | operator= (PatchRecordComponentData const &)=delete |
PatchRecordComponentData & | operator= (PatchRecordComponentData &&)=delete |
![]() | |
BaseRecordComponentData (BaseRecordComponentData const &)=delete | |
BaseRecordComponentData (BaseRecordComponentData &&)=delete | |
BaseRecordComponentData & | operator= (BaseRecordComponentData const &)=delete |
BaseRecordComponentData & | operator= (BaseRecordComponentData &&)=delete |
![]() | |
AttributableData (AttributableData const &)=delete | |
AttributableData (AttributableData &&)=delete | |
AttributableData & | operator= (AttributableData const &)=delete |
AttributableData & | operator= (AttributableData &&)=delete |
Public Attributes | |
std::queue< IOTask > | m_chunks |
Chunk reading/writing requests on the contained dataset. | |
![]() | |
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... | |
![]() | |
Writable | m_writable |
The Writable associated with this Attributable. More... | |
Additional Inherited Members | |
![]() | |
using | A_MAP = std::map< std::string, Attribute > |