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