|
Torque2D Reference
|
This is the complete list of members for Value, including all inherited members.
| append(const Value &value) | Value | |
| ArrayIndex typedef | Value | |
| asBool() const | Value | |
| asCString() const | Value | |
| asDouble() const | Value | |
| asInt() const | Value | |
| asString() const | Value | |
| asUInt() const | Value | |
| begin() const | Value | |
| begin() | Value | |
| clear() | Value | |
| compare(const Value &other) | Value | |
| const_iterator typedef | Value | |
| empty() const | Value | |
| end() const | Value | |
| end() | Value | |
| get(UInt index, const Value &defaultValue) const | Value | |
| get(const char *key, const Value &defaultValue) const | Value | |
| get(const std::string &key, const Value &defaultValue) const | Value | |
| getComment(CommentPlacement placement) const | Value | |
| getMemberNames() const | Value | |
| hasComment(CommentPlacement placement) const | Value | |
| Int typedef | Value | |
| isArray() const | Value | |
| isBool() const | Value | |
| isConvertibleTo(ValueType other) const | Value | |
| isDouble() const | Value | |
| isInt() const | Value | |
| isIntegral() const | Value | |
| isMember(const char *key) const | Value | |
| isMember(const std::string &key) const | Value | |
| isNull() const | Value | |
| isNumeric() const | Value | |
| isObject() const | Value | |
| isString() const | Value | |
| isUInt() const | Value | |
| isValidIndex(UInt index) const | Value | |
| iterator typedef | Value | |
| maxInt | Value | static |
| maxUInt | Value | static |
| Members typedef | Value | |
| minInt | Value | static |
| null | Value | static |
| ObjectValues typedef | Value | |
| operator!() const | Value | |
| operator!=(const Value &other) const | Value | |
| operator<(const Value &other) const | Value | |
| operator<=(const Value &other) const | Value | |
| operator=(const Value &other) | Value | |
| operator==(const Value &other) const | Value | |
| operator>(const Value &other) const | Value | |
| operator>=(const Value &other) const | Value | |
| operator[](UInt index) | Value | |
| operator[](UInt index) const | Value | |
| operator[](const char *key) | Value | |
| operator[](const char *key) const | Value | |
| operator[](const std::string &key) | Value | |
| operator[](const std::string &key) const | Value | |
| operator[](const StaticString &key) | Value | |
| removeMember(const char *key) | Value | |
| removeMember(const std::string &key) | Value | |
| resize(UInt size) | Value | |
| setComment(const char *comment, CommentPlacement placement) | Value | |
| setComment(const std::string &comment, CommentPlacement placement) | Value | |
| size() const | Value | |
| swap(Value &other) | Value | |
| toStyledString() const | Value | |
| type() const | Value | |
| UInt typedef | Value | |
| Value(ValueType type=nullValue) | Value | |
| Value(Int value) | Value | |
| Value(UInt value) | Value | |
| Value(double value) | Value | |
| Value(const char *value) | Value | |
| Value(const char *beginValue, const char *endValue) | Value | |
| Value(const StaticString &value) | Value | |
| Value(const std::string &value) | Value | |
| Value(bool value) | Value | |
| Value(const Value &other) | Value | |
| ValueIteratorBase class | Value | friend |
| ~Value() | Value |
1.8.10