200std::shared_ptr<Value>
newValue(
const std::string &string_value);
203std::shared_ptr<Value>
newValue(
const bool &boolean_value);
205std::shared_ptr<Value>
newValue(
const int &integer_value);
206std::shared_ptr<Value>
newValue(
const double &double_value);
207std::shared_ptr<Value>
newValue(
const float &float_value);
208std::shared_ptr<Value>
newValue(
const long &long_value);
209std::shared_ptr<Value>
newValue(
const short &short_value);
210std::shared_ptr<Value>
newValue(
const char &char_value);
Value operator*(const Value &other) const
Value & operator<<=(const Value &other)
void setValue(const std::string &string_value)
Value pow(const Value &other) const
bool operator==(const Value &other) const
Interval getIntervalValue() const
Value log(const Value &other) const
Value split(const Value &delimiter) const
Value operator-(const Value &other) const
Value operator&(const Value &other) const
Value substr(const Value &start, const Value &end) const
Value join(const Value &delimiter) const
bool operator>(const Value &other) const
bool operator<(const Value &other) const
Value operator/(const Value &other) const
Value & operator-=(const Value &other)
ValueType getType() const
std::string toString() const
Value atan2(const Value &other) const
bool getBooleanValue() const
Value & operator+=(const Value &other)
std::string getStringValue() const
Value operator<<(const Value &other) const
Value & operator|=(const Value &other)
Value & operator>>=(const Value &other)
Value & operator=(const Value &other)
Number getNumberValue() const
bool operator<=(const Value &other) const
bool operator||(const Value &other) const
Value concatStr(const Value &other) const
Value & operator*=(const Value &other)
Value repeatStr(const Value &other) const
Value operator>>(const Value &other) const
Value operator%(const Value &other) const
Value operator+(const Value &other) const
bool operator>=(const Value &other) const
Value & operator&=(const Value &other)
Value operator^(const Value &other) const
Value & operator^=(const Value &other)
Value & operator%=(const Value &other)
Value & operator/=(const Value &other)
Value operator|(const Value &other) const
bool operator&&(const Value &other) const
bool operator!=(const Value &other) const
Value replace(const Value &old, const Value &newVal) const
std::shared_ptr< Value > newValue(const std::string &string_value)