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