Go to the documentation of this file.
57 if (this->
aron->value != otherAron->value)
71 return *
this == *other;
82 return std::make_shared<Float>(
aron);
85 data::dto::AronFloatPtr
88 return navigator ? navigator->toAronFloatDTO() :
nullptr;
92 data::dto::AronFloatPtr
114 return "armarx::aron::data::Float";
std::shared_ptr< Variant > VariantPtr
static FloatPtr FromAronFloatDTO(const data::dto::AronFloatPtr &aron)
std::string getShortName() const override
get a short str representation of this variant
std::string getFullName() const override
get the full str representation of this variant
The NotImplementedYetException class.
static data::dto::AronFloatPtr ToAronFloatDTO(const FloatPtr &navigator)
type::VariantPtr recalculateType() const override
recalculate the type of a data variant. Please not tha the mapping ist NOT bijective,...
bool fullfillsType(const type::VariantPtr &) const override
checks, if the current data variant fullfills the given type
bool operator==(const Float &) const override
A convenience header to include all aron files (full include, not forward declared)
void fromString(const std::string &setter) override
set a primitive from a std string
data::dto::AronFloatPtr toAronFloatDTO() const
std::shared_ptr< Float > FloatPtr
Float(const Path &=Path())
AronDataType::PointerType aron
void setValue(const float &x)