63 if (this->
aron->value != otherAron->value)
77 return *
this == *other;
88 return std::make_shared<Long>(
aron);
91 data::dto::AronLongPtr
94 return navigator ? navigator->toAronLongDTO() :
nullptr;
98 data::dto::AronLongPtr
120 return "armarx::aron::data::Long";
static data::dto::AronLongPtr ToAronLongDTO(const LongPtr &navigator)
Long(const Path &=Path())
std::string getShortName() const override
get a short str representation of this variant
type::VariantPtr recalculateType() const override
recalculate the type of a data variant. Please not tha the mapping ist NOT bijective,...
std::string getFullName() const override
get the full str representation of this variant
void fromString(const std::string &setter) override
set a primitive from a std string
data::dto::AronLongPtr toAronLongDTO() const
bool fullfillsType(const type::VariantPtr &) const override
checks, if the current data variant fullfills the given type
static LongPtr FromAronLongDTO(const data::dto::AronLongPtr &aron)
bool operator==(const Long &) const override
void setValue(const long &x)
PrimitiveVariant(const long &v, const data::Descriptor descriptor, const Path &path=Path())
AronDataType::PointerType aron
The NotImplementedYetException class.
A convenience header to include all aron files (full include, not forward declared)
std::shared_ptr< Long > LongPtr
A convenience header to include all aron files (full include, not forward declared)
std::shared_ptr< Variant > VariantPtr