This is the complete list of members for Value, including all inherited members.
| asBool() const | Value | |
| asByte() const | Value | |
| asDouble() const | Value | |
| asFloat() const | Value | |
| asInt() const | Value | |
| asIntKeyMap() | Value | |
| asIntKeyMap() const | Value | |
| asString() const | Value | |
| asValueMap() | Value | |
| asValueMap() const | Value | |
| asValueVector() | Value | |
| asValueVector() const | Value | |
| boolVal | Value | |
| byteVal | Value | |
| doubleVal | Value | |
| floatVal | Value | |
| getDescription() | Value | |
| getType() const | Value | inline |
| intKeyMapVal | Value | |
| intVal | Value | |
| isNull() const | Value | inline |
| mapVal | Value | |
| Null | Value | static |
| operator!=(const Value &v) | Value | |
| operator!=(const Value &v) const | Value | |
| operator=(const Value &other) | Value | |
| operator=(Value &&other) | Value | |
| operator=(unsigned char v) | Value | |
| operator=(int v) | Value | |
| operator=(float v) | Value | |
| operator=(double v) | Value | |
| operator=(bool v) | Value | |
| operator=(const char *v) | Value | |
| operator=(const std::string &v) | Value | |
| operator=(const ValueVector &v) | Value | |
| operator=(ValueVector &&v) | Value | |
| operator=(const ValueMap &v) | Value | |
| operator=(ValueMap &&v) | Value | |
| operator=(const ValueMapIntKey &v) | Value | |
| operator=(ValueMapIntKey &&v) | Value | |
| operator==(const Value &v) | Value | |
| operator==(const Value &v) const | Value | |
| strVal | Value | |
| Type enum name | Value | |
| Value() | Value | |
| Value(unsigned char v) | Value | explicit |
| Value(int v) | Value | explicit |
| Value(float v) | Value | explicit |
| Value(double v) | Value | explicit |
| Value(bool v) | Value | explicit |
| Value(const char *v) | Value | explicit |
| Value(const std::string &v) | Value | explicit |
| Value(const ValueVector &v) | Value | explicit |
| Value(ValueVector &&v) | Value | explicit |
| Value(const ValueMap &v) | Value | explicit |
| Value(ValueMap &&v) | Value | explicit |
| Value(const ValueMapIntKey &v) | Value | explicit |
| Value(ValueMapIntKey &&v) | Value | explicit |
| Value(const Value &other) | Value | |
| Value(Value &&other) | Value | |
| vectorVal | Value | |
| ~Value() | Value |