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