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