23 ss <<
"StringValue: " << value;
32 StringValue::operator std::string()
const long long int GetInt64() const override
Throws HazelnuppValueNotConvertibleException.
const std::vector< Value * > & GetList() const override
Throws HazelnuppValueNotConvertibleException.
Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not ...
const std::string & GetValue() const
Will return the raw value.
Value * Deepcopy() const override
Will return a deeopopy of this object.
long double GetFloat64() const override
Throws HazelnuppValueNotConvertibleException.
int GetInt32() const override
Throws HazelnuppValueNotConvertibleException.
StringValue(const std::string &value)
std::string GetAsOsString() const override
Will return a string suitable for an std::ostream;.
Abstract class for values.
DATA_TYPE
The different data types a paramater can be.
std::string GetString() const override
Will return this value as a string.
double GetFloat32() const override
Throws HazelnuppValueNotConvertibleException.