 |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
Go to the documentation of this file.
24 operator long double()
const;
25 operator double()
const;
28 long long int GetInt64()
const override;
41 const std::vector<Value*>&
GetList()
const override;
long double GetFloat64() const override
Will return the data as a long double.
std::string GetString() const override
Will return the data as a string.
const std::vector< Value * > & GetList() const override
Throws HazelnuppValueNotConvertibleException.
long long int GetInt64() const override
Will return the data as a long long int.
std::string GetAsOsString() const override
Will return a string suitable for an std::ostream;.
const long double & GetValue() const
Will return the raw value.
Specializations for floating point values (uses long double)
Abstract class for values.
Value * Deepcopy() const override
Will return a deeopopy of this object.
double GetFloat32() const override
Will return the data as a double.
FloatValue(const long double &value)
int GetInt32() const override
Will return the data as an int.