Go to the documentation of this file.
30 #include "../detail/PrimitiveVariant.h"
33 #include "../../../type/variant/primitive/Float.h"
39 typedef std::shared_ptr<Float>
FloatPtr;
64 void fromString(
const std::string& setter)
override;
76 template<
typename... _Args>
79 return std::make_shared<aron::data::Float>(args...);
std::shared_ptr< Variant > VariantPtr
const VariantTypeId Float
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
aron::data::FloatPtr make_float(_Args &&... args)
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
std::filesystem::path Path
Float(const Path &=Path())
AronDataType::PointerType aron