|
openPMD-api
|


Public Types | |
| using | A_MAP = std::map< std::string, Attribute > |
Public Member Functions | |
| AttributableData (AttributableData const &)=delete | |
| AttributableData (AttributableData &&)=delete | |
| AttributableData & | operator= (AttributableData const &)=delete |
| AttributableData & | operator= (AttributableData &&)=delete |
Public Attributes | |
| Writable | m_writable |
| The Writable associated with this Attributable. More... | |
Friends | |
| class | openPMD::Attributable |
| Writable openPMD::internal::AttributableData::m_writable |
The Writable associated with this Attributable.
There is a one-to-one relation between Attributable and Writable objects, Writable captures the part that backends can see.
1.8.13