|
| | 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 |
| |
| virtual PointerType | clone (const Path &newPath) const =0 |
| |
| VariantPtr | cloneAsVariant () const override |
| | get a pointer to a copy of this variant
|
| |
| VariantPtr | cloneAsVariant (const Path &newPath) const override |
| |
| std::optional< float > | getImportance () const override |
| | get optional importance metadata for this data variant.
|
| |
| VariantPtr | navigateRelative (const Path &path) const override |
| | navigate relative
|
| |
| | operator typename AronDataType::PointerType () |
| |
| virtual bool | operator== (const DerivedT &) const =0 |
| |
| virtual bool | operator== (const PointerType &other) const =0 |
| |
| bool | operator== (const Variant &other) const override |
| |
| void | setImportance (const std::optional< float > &importance) override |
| | set optional importance metadata in [0, 1] for this data variant.
|
| |
| | 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
|
| |
| virtual | ~SpecializedVariantBase ()=default |
| |
| virtual size_t | childrenSize () const =0 |
| | get the children size of a data variant
|
| |
| virtual bool | fullfillsType (const type::VariantPtr &) const =0 |
| | checks, if the current data variant fullfills the given type
|
| |
| virtual std::vector< VariantPtr > | getChildren () const =0 |
| | get the children of a data variant
|
| |
| data::Descriptor | getDescriptor () const |
| | getter for the descriptor enum
|
| |
| virtual std::string | getFullName () const =0 |
| | get the full str representation of this variant
|
| |
| Path | getPath () const |
| | get the path
|
| |
| virtual std::string | getShortName () const =0 |
| | get a short str representation of this variant
|
| |
| virtual VariantPtr | navigateAbsolute (const Path &path) const =0 |
| | naviate absolute
|
| |
| bool | operator== (const VariantPtr &other) const |
| |
| std::string | pathToString () const |
| | get the path as string
|
| |
| virtual type::VariantPtr | recalculateType () const =0 |
| | recalculate the type of a data variant. Please not tha the mapping ist NOT bijective, so the calculated type may be wrong
|
| |
| | Variant ()=delete |
| |
| | Variant (const data::Descriptor &descriptor, const Path &path) |
| |
| virtual | ~Variant ()=default |
| |
template<typename AronDataT, typename DerivedT>
class armarx::aron::data::detail::ContainerVariant< AronDataT, DerivedT >
Definition at line 37 of file ContainerVariant.h.