Go to the documentation of this file.
30 #include "../detail/PrimitiveVariant.h"
33 #include "../../../type/variant/primitive/Long.h"
39 typedef std::shared_ptr<Long>
LongPtr;
47 Long(
const data::dto::AronLongPtr&,
const Path& =
Path());
64 void fromString(
const std::string& setter)
override;
76 template<
typename... _Args>
79 return std::make_shared<aron::data::Long>(args...);
void fromString(const std::string &setter) override
set a primitive from a std string
std::shared_ptr< Variant > VariantPtr
Long(const Path &=Path())
std::shared_ptr< Long > LongPtr
std::string getFullName() const override
get the full str representation of this variant
static data::dto::AronLongPtr ToAronLongDTO(const LongPtr &navigator)
bool fullfillsType(const type::VariantPtr &) const override
checks, if the current data variant fullfills the given type
aron::data::LongPtr make_long(_Args &&... args)
data::dto::AronLongPtr toAronLongDTO() const
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)
bool operator==(const Long &) const override
type::VariantPtr recalculateType() const override
recalculate the type of a data variant. Please not tha the mapping ist NOT bijective,...
std::filesystem::path Path
static LongPtr FromAronLongDTO(const data::dto::AronLongPtr &aron)
AronDataType::PointerType aron