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