Go to the documentation of this file.
34 detail::PrimitiveVariant<
data::dto::AronDouble, double,
Double>::PrimitiveVariant(
42 detail::PrimitiveVariant<
data::dto::AronDouble, double,
Double>::PrimitiveVariant(
49 detail::PrimitiveVariant<
data::dto::AronDouble, double,
Double>::PrimitiveVariant(
61 if (this->
aron->value != otherAron->value)
75 return *
this == *other;
86 return std::make_shared<Double>(
aron);
89 data::dto::AronDoublePtr
92 return navigator ? navigator->toAronDoubleDTO() :
nullptr;
96 data::dto::AronDoublePtr
118 return "armarx::aron::data::Double";
std::shared_ptr< Variant > VariantPtr
bool operator==(const Double &) const override
std::shared_ptr< Double > DoublePtr
type::VariantPtr recalculateType() const override
recalculate the type of a data variant. Please not tha the mapping ist NOT bijective,...
static DoublePtr FromAronDoubleDTO(const data::dto::AronDoublePtr &aron)
The NotImplementedYetException class.
data::dto::AronDoublePtr toAronDoubleDTO() const
std::string getFullName() const override
get the full str representation of this variant
bool fullfillsType(const type::VariantPtr &) const override
checks, if the current data variant fullfills the given type
static data::dto::AronDoublePtr ToAronDoubleDTO(const DoublePtr &navigator)
std::string getShortName() const override
get a short str representation of this variant
A convenience header to include all aron files (full include, not forward declared)
Double(const Path &=Path())
void fromString(const std::string &setter) override
set a primitive from a std string
AronDataType::PointerType aron
void setValue(const double &x)