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