|
| void | addElement (const std::string &key, const VariantPtr &=nullptr) |
| |
| void | addElementCopy (const std::string &key, const VariantPtr &=nullptr) |
| |
| VariantPtr | at (const std::string &) const |
| |
| size_t | childrenSize () const override |
| | get the children size of a data variant More...
|
| |
| void | clear () |
| |
| DictPtr | clone (const Path &p) const override |
| |
| | Dict (const data::dto::DictPtr &, const Path &path=Path()) |
| |
| | Dict (const Path &path=Path()) |
| |
| | Dict (const std::map< std::string, VariantPtr > &, const Path &path=Path()) |
| |
| bool | fullfillsType (const type::VariantPtr &) const override |
| | checks, if the current data variant fullfills the given type More...
|
| |
| std::vector< std::string > | getAllKeys () const |
| |
| std::string | getAllKeysAsString () const |
| |
| std::vector< VariantPtr > | getChildren () const override |
| | get the children of a data variant More...
|
| |
| VariantPtr | getElement (const std::string &) const |
| |
| std::map< std::string, VariantPtr > | getElements () const |
| |
| std::string | getFullName () const override |
| | get the full str representation of this variant More...
|
| |
| std::string | getShortName () const override |
| | get a short str representation of this variant More...
|
| |
| bool | hasElement (const std::string &) const |
| |
| void | mergeAndReplace (const DictPtr &d) |
| |
| void | mergeAndReplaceCopy (const DictPtr &d) |
| |
| VariantPtr | navigateAbsolute (const Path &path) const override |
| | naviate absolute More...
|
| |
| Dict & | operator= (const Dict &) |
| |
| bool | operator== (const Dict &) const override |
| |
| bool | operator== (const DictPtr &) const override |
| |
| VariantPtr | operator[] (const std::string &) const |
| |
| type::VariantPtr | recalculateType () const override |
| | recalculate the type of a data variant. Please not tha the mapping ist NOT bijective, so the calculated type may be wrong More...
|
| |
| void | removeElement (const std::string &key) |
| |
| void | setElement (const std::string &, const VariantPtr &=nullptr) |
| |
| void | setElementCopy (const std::string &, const VariantPtr &=nullptr) |
| |
| data::dto::DictPtr | toAronDictDTO () const |
| |
| | SpecializedVariantBase ()=delete |
| |
| | SpecializedVariantBase (const data::Descriptor descriptor, const Path &path=Path()) |
| |
| | SpecializedVariantBase (const typename AronDataType::PointerType &o, const data::Descriptor descriptor, const Path &path=Path()) |
| |
| virtual | ~ContainerVariant ()=default |
| |
| virtual PointerType | clone () const |
| |
| VariantPtr | cloneAsVariant () const override |
| | get a pointer to a copy of this variant More...
|
| |
| VariantPtr | cloneAsVariant (const Path &newPath) const override |
| |
| VariantPtr | navigateRelative (const Path &path) const override |
| | navigate relative More...
|
| |
| | operator typename AronDataType::PointerType () |
| |
| virtual bool | operator== (const PointerType &other) const=0 |
| |
| bool | operator== (const Variant &other) const override |
| |
| | SpecializedVariantBase ()=delete |
| |
| | SpecializedVariantBase (const data::Descriptor descriptor, const Path &path=Path()) |
| |
| | SpecializedVariantBase (const typename AronDataType::PointerType &o, const data::Descriptor descriptor, const Path &path=Path()) |
| |
| data::dto::GenericDataPtr | toAronDTO () const override |
| | convert the variant to the ice representation More...
|
| |
| virtual | ~SpecializedVariantBase ()=default |
| |
| virtual VariantPtr | cloneAsVariant () const =0 |
| | get a pointer to a copy of this variant More...
|
| |
| data::Descriptor | getDescriptor () const |
| | getter for the descriptor enum More...
|
| |
| Path | getPath () const |
| | get the path More...
|
| |
| bool | operator== (const VariantPtr &other) const |
| |
| std::string | pathToString () const |
| | get the path as string More...
|
| |
| virtual data::dto::GenericDataPtr | toAronDTO () const =0 |
| | convert the variant to the ice representation More...
|
| |
| | Variant ()=delete |
| |
| | Variant (const data::Descriptor &descriptor, const Path &path) |
| |
| virtual | ~Variant ()=default |
| |
Definition at line 44 of file Dict.h.