1 #ifndef FLOATING_POINT_VALUE_H
2 #define FLOATING_POINT_VALUE_H
33 void print(std::ostream &s)
const override;
38 std::string
toString()
const override;
Definition: FloatingPointValue.hpp:8
FloatingPointValue(double value)
Definition: FloatingPointValue.cpp:6
ValueType getValueType() const override
Definition: FloatingPointValue.hpp:40
void print(std::ostream &s) const override
Definition: FloatingPointValue.cpp:11
double getFloatingPointValue() const override
Definition: FloatingPointValue.cpp:23
long long getIntegerValue() const override
Definition: FloatingPointValue.cpp:28
std::string toString() const override
Definition: FloatingPointValue.cpp:16
Definition: NumericValue.hpp:8
ValueType
Definition: Value.hpp:28