Go to the documentation of this file.
30 #include "../detail/PrimitiveVariant.h"
33 #include "../../../type/variant/primitive/Double.h"
39 typedef std::shared_ptr<Double>
DoublePtr;
64 void fromString(
const std::string& setter)
override;
76 template<
typename... _Args>
79 return std::make_shared<aron::data::Double>(args...);
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)
data::dto::AronDoublePtr toAronDoubleDTO() const
std::string getFullName() const override
get the full str representation of this variant
const VariantTypeId Double
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
aron::data::DoublePtr make_double(_Args &&... args)
A convenience header to include all aron files (full include, not forward declared)
Double(const Path &=Path())
std::filesystem::path Path
void fromString(const std::string &setter) override
set a primitive from a std string
AronDataType::PointerType aron