Public Member Functions | |
| AttributableData (SharedAttributableData *) | |
| AttributableData (AttributableData const &)=delete | |
| AttributableData (AttributableData &&)=delete | |
| AttributableData & | operator= (AttributableData const &)=delete |
| AttributableData & | operator= (AttributableData &&)=delete |
| void | cloneFrom (AttributableData const &other) |
| template<typename T> | |
| T | asInternalCopyOf () |
| auto | attributes () -> A_MAP & |
| auto | attributes () const -> A_MAP const & |
| auto | readAttribute (std::string const &name) const -> Attribute const & |
Friends | |
| class | openPMD::Attributable |