This is the complete list of members for libscratchcpp::Value, including all inherited members.
| add(const Value &v) | libscratchcpp::Value | inline |
| data() const | libscratchcpp::Value | inline |
| data() | libscratchcpp::Value | inline |
| divide(const Value &v) | libscratchcpp::Value | inline |
| isBool() const | libscratchcpp::Value | inline |
| isInfinity() const | libscratchcpp::Value | inline |
| isInt() const | libscratchcpp::Value | inline |
| isNaN() const | libscratchcpp::Value | inline |
| isNegativeInfinity() const | libscratchcpp::Value | inline |
| isNumber() const | libscratchcpp::Value | inline |
| isPointer() const | libscratchcpp::Value | inline |
| isString() const | libscratchcpp::Value | inline |
| isValidNumber() const | libscratchcpp::Value | inline |
| mod(const Value &v) | libscratchcpp::Value | inline |
| multiply(const Value &v) | libscratchcpp::Value | inline |
| operator!=(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator%(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator*(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator+(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator-(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator/(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator<(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator<=(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator=(double v) | libscratchcpp::Value | inline |
| operator=(T v) | libscratchcpp::Value | inline |
| operator=(bool v) | libscratchcpp::Value | inline |
| operator=(const std::string &v) | libscratchcpp::Value | inline |
| operator=(const char *v) | libscratchcpp::Value | inline |
| operator=(const void *v) | libscratchcpp::Value | inline |
| operator=(const ValueData &v) | libscratchcpp::Value | inline |
| operator=(const Value &v) | libscratchcpp::Value | inline |
| operator==(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator>(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| operator>=(const Value &v1, const Value &v2) | libscratchcpp::Value | friend |
| subtract(const Value &v) | libscratchcpp::Value | inline |
| toBool() const | libscratchcpp::Value | inline |
| toDouble() const | libscratchcpp::Value | inline |
| toInt() const | libscratchcpp::Value | inline |
| toLong() const | libscratchcpp::Value | inline |
| toPointer() const | libscratchcpp::Value | inline |
| toRgba() const | libscratchcpp::Value | inline |
| toString() const | libscratchcpp::Value | inline |
| toUtf16() const | libscratchcpp::Value | inline |
| type() const | libscratchcpp::Value | inline |
| Value(double numberValue=0.0) | libscratchcpp::Value | inline |
| Value(T numberValue) | libscratchcpp::Value | inline |
| Value(bool boolValue) | libscratchcpp::Value | inline |
| Value(const std::string &stringValue) | libscratchcpp::Value | inline |
| Value(const char *stringValue) | libscratchcpp::Value | inline |
| Value(const void *pointerValue) | libscratchcpp::Value | inline |
| Value(const ValueData &v) | libscratchcpp::Value | inline |
| Value(const Value &v) | libscratchcpp::Value | inline |
| ~Value() | libscratchcpp::Value | inline |