openPMD-api
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
openPMD::internal::AttributableData Class Reference
Inheritance diagram for openPMD::internal::AttributableData:
Inheritance graph
[legend]
Collaboration diagram for openPMD::internal::AttributableData:
Collaboration graph
[legend]

Public Types

using A_MAP = std::map< std::string, Attribute >
 

Public Member Functions

 AttributableData (AttributableData const &)=delete
 
 AttributableData (AttributableData &&)=delete
 
AttributableDataoperator= (AttributableData const &)=delete
 
AttributableDataoperator= (AttributableData &&)=delete
 

Public Attributes

Writable m_writable
 The Writable associated with this Attributable. More...
 

Friends

class openPMD::Attributable
 

Member Data Documentation

◆ m_writable

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.


The documentation for this class was generated from the following files: