Go to the documentation of this file.
30 #include "../detail/PrimitiveVariant.h"
33 #include "../../../type/variant/primitive/String.h"
39 typedef std::shared_ptr<String>
StringPtr;
63 void fromString(
const std::string& setter)
override;
75 template<
typename... _Args>
78 return std::make_shared<aron::data::String>(args...);
std::shared_ptr< Variant > VariantPtr
std::string getFullName() const override
get the full str representation of this variant
aron::data::StringPtr make_string(_Args &&... args)
data::dto::AronStringPtr toAronStringDTO() const
type::VariantPtr recalculateType() const override
recalculate the type of a data variant. Please not tha the mapping ist NOT bijective,...
void fromString(const std::string &setter) override
set a primitive from a std string
std::string getShortName() const override
get a short str representation of this variant
bool operator==(const String &) const override
static data::dto::AronStringPtr ToAronStringDTO(const StringPtr &navigator)
A convenience header to include all aron files (full include, not forward declared)
bool fullfillsType(const type::VariantPtr &) const override
checks, if the current data variant fullfills the given type
std::filesystem::path Path
std::shared_ptr< String > StringPtr
static StringPtr FromAronStringDTO(const data::dto::AronStringPtr &aron)
AronDataType::PointerType aron
String(const Path &=Path())