|
HDK
|
This is the complete list of members for UT_JSONValue, including all inherited members.
| addArrayChild(const UT_StringHolder &map_key) | UT_JSONValue | |
| addMapChild(const UT_StringHolder &map_key) | UT_JSONValue | |
| append(const UT_JSONValue &v) | UT_JSONValue | |
| appendArray(const UT_JSONValue &v) | UT_JSONValue | |
| appendMap(const UT_StringHolder &key, const UT_JSONValue &v) | UT_JSONValue | |
| begin() | UT_JSONValue | inline |
| begin() const | UT_JSONValue | inline |
| beginTraversal() | UT_JSONValue | inline |
| cbegin() const | UT_JSONValue | inline |
| cend() const | UT_JSONValue | inline |
| const_iterator typedef | UT_JSONValue | |
| contains(const UT_StringRef &key) const | UT_JSONValue | |
| count() const | UT_JSONValue | |
| deepCopy() const | UT_JSONValue | |
| dump() const | UT_JSONValue | |
| emplace(const UT_StringHolder &key, ARGS &&...args) | UT_JSONValue | inline |
| emplace_back(ARGS &&...args) | UT_JSONValue | inline |
| end() | UT_JSONValue | inline |
| end() const | UT_JSONValue | inline |
| enumerate() | UT_JSONValue | inline |
| enumerate() const | UT_JSONValue | inline |
| enumerateMap() | UT_JSONValue | inline |
| enumerateMap() const | UT_JSONValue | inline |
| erase(const UT_StringRef &k) | UT_JSONValue | |
| find(const UT_StringRef &key) | UT_JSONValue | |
| find(const UT_StringRef &key) const | UT_JSONValue | |
| findParentValueRecursive(const UT_StringHolder &map_key, const char *key_value) | UT_JSONValue | |
| findValueRecursive(const UT_StringHolder &map_key, const char *key_value) | UT_JSONValue | |
| get(const UT_StringRef &key, int32 def_value) const | UT_JSONValue | |
| get(const UT_StringRef &key, int64 def_value) const | UT_JSONValue | |
| get(const UT_StringRef &key, const UT_StringRef &def_value) const | UT_JSONValue | |
| get(const UT_StringRef &key, const UT_StringArray &def_value) const | UT_JSONValue | |
| get(int64 idx) | UT_JSONValue | |
| get(int64 idx) const | UT_JSONValue | |
| get(const UT_StringRef &k) | UT_JSONValue | |
| get(const UT_StringRef &k) const | UT_JSONValue | |
| getArray() const | UT_JSONValue | |
| getB() const | UT_JSONValue | |
| getF() const | UT_JSONValue | |
| getI() const | UT_JSONValue | |
| getKey() const | UT_JSONValue | |
| getKeyHolder() const | UT_JSONValue | |
| getKeyLength() const | UT_JSONValue | |
| getMap() const | UT_JSONValue | |
| getMapIndex() const | UT_JSONValue | inline |
| getS() const | UT_JSONValue | |
| getSLength() const | UT_JSONValue | |
| getSourceLine() const | UT_JSONValue | inline |
| getSourceOffset() const | UT_JSONValue | inline |
| getString() const | UT_JSONValue | inline |
| getStringHolder() const | UT_JSONValue | |
| getType() const | UT_JSONValue | inline |
| getUniformArrayType() const | UT_JSONValue | |
| hash() const | UT_JSONValue | |
| import(bool &result) const | UT_JSONValue | inline |
| import(int64 &result) const | UT_JSONValue | inline |
| import(fpreal64 &result) const | UT_JSONValue | inline |
| import(UT_WorkBuffer &result) const | UT_JSONValue | |
| import(UT_StringHolder &result) const | UT_JSONValue | |
| import(int64 *result, int size) const | UT_JSONValue | |
| import(fpreal64 *result, int size) const | UT_JSONValue | |
| import(UT_Array< int64 > &array) const | UT_JSONValue | |
| import(UT_Array< fpreal64 > &array) const | UT_JSONValue | |
| import(UT_StringArray &array) const | UT_JSONValue | |
| import(const UT_StringRef &key, T &reuslt) const | UT_JSONValue | |
| indexed_map_proxy typedef | UT_JSONValue | |
| indexed_proxy typedef | UT_JSONValue | |
| insert(const UT_StringHolder &key, const UT_JSONValue &value) | UT_JSONValue | |
| isArray() const | UT_JSONValue | inline |
| isMap() const | UT_JSONValue | inline |
| isNull() const | UT_JSONValue | inline |
| isNumber() const | UT_JSONValue | inline |
| isValueType() const | UT_JSONValue | inline |
| items() | UT_JSONValue | inline |
| items() const | UT_JSONValue | inline |
| JSON_ARRAY enum value | UT_JSONValue | |
| JSON_BOOL enum value | UT_JSONValue | |
| JSON_INT enum value | UT_JSONValue | |
| JSON_KEY enum value | UT_JSONValue | |
| JSON_MAP enum value | UT_JSONValue | |
| JSON_NULL enum value | UT_JSONValue | |
| JSON_REAL enum value | UT_JSONValue | |
| JSON_STRING enum value | UT_JSONValue | |
| loadFromFile(const char *file_name, bool record_source_offsets=false) | UT_JSONValue | |
| map_proxy typedef | UT_JSONValue | |
| myArray | UT_JSONValue | |
| myBool | UT_JSONValue | |
| myInt | UT_JSONValue | |
| myMap | UT_JSONValue | |
| myReal | UT_JSONValue | |
| operator!=(const UT_JSONValue &src) const | UT_JSONValue | inline |
| operator()(int64 i) const | UT_JSONValue | inline |
| operator()(int64 i) | UT_JSONValue | inline |
| operator()(const UT_StringRef &k) const | UT_JSONValue | inline |
| operator()(const UT_StringRef &k) | UT_JSONValue | inline |
| operator=(const UT_JSONValue &v) | UT_JSONValue | inline |
| operator=(const UT_StringHolder &s) | UT_JSONValue | inline |
| operator=(bool v) | UT_JSONValue | inline |
| operator=(int64 v) | UT_JSONValue | inline |
| operator=(fpreal64 v) | UT_JSONValue | inline |
| operator==(const UT_JSONValue &src) const | UT_JSONValue | |
| operator[](int64 i) const | UT_JSONValue | inline |
| operator[](int64 i) | UT_JSONValue | inline |
| operator[](const UT_StringRef &k) | UT_JSONValue | inline |
| parseValue(UT_JSONParser &parser, UT_IStream *is=0, bool record_source_offsets=false) | UT_JSONValue | |
| parseValue(const UT_StringRef &json_source) | UT_JSONValue | |
| parseValue(std::istream &is) | UT_JSONValue | |
| parseValue(UT_IStream &stream) | UT_JSONValue | |
| remove(int64 index) | UT_JSONValue | |
| removeNullValuesRecursive() | UT_JSONValue | |
| save(UT_JSONWriter &os) const | UT_JSONValue | |
| saveToFile(const char *file_name, bool binary=false, UT_CompressionType compressionType=UT_COMPRESSION_TYPE_NONE) | UT_JSONValue | |
| setArray(UT_JSONValueArray *array) | UT_JSONValue | |
| setAsArray() | UT_JSONValue | |
| setAsMap() | UT_JSONValue | |
| setBool(bool v) | UT_JSONValue | |
| setInt(int64 v) | UT_JSONValue | |
| setKey(const char *s, int64 length=-1) | UT_JSONValue | inline |
| setKey(const UT_StringHolder &s) | UT_JSONValue | inline |
| setMap(UT_JSONValueMap *map) | UT_JSONValue | |
| setMapIndex(int i) | UT_JSONValue | inline |
| setNull() | UT_JSONValue | inline |
| setReal(fpreal64 v) | UT_JSONValue | |
| setSourceOffset(int line, int offset) | UT_JSONValue | inline |
| setString(const char *s, int64 length=-1) | UT_JSONValue | inline |
| setString(const UT_StringHolder &s) | UT_JSONValue | inline |
| setUniformArray(int nvalues, const int32 *data) | UT_JSONValue | |
| setUniformArray(int nvalues, const int64 *data) | UT_JSONValue | |
| setUniformArray(int nvalues, const fpreal16 *data) | UT_JSONValue | |
| setUniformArray(int nvalues, const fpreal32 *data) | UT_JSONValue | |
| setUniformArray(int nvalues, const fpreal64 *data) | UT_JSONValue | |
| setUniformArray(int nvalues, const UT_StringHolder *data) | UT_JSONValue | |
| startArray() | UT_JSONValue | |
| startMap() | UT_JSONValue | |
| toString() const | UT_JSONValue | |
| Type enum name | UT_JSONValue | |
| UT_JSONValue() | UT_JSONValue | |
| UT_JSONValue(Type type) | UT_JSONValue | explicit |
| UT_JSONValue(bool value) | UT_JSONValue | explicit |
| UT_JSONValue(int64 value) | UT_JSONValue | explicit |
| UT_JSONValue(fpreal64 value) | UT_JSONValue | explicit |
| UT_JSONValue(const char *string, int64 length=-1) | UT_JSONValue | explicit |
| UT_JSONValue(const UT_StringHolder &s) | UT_JSONValue | explicit |
| UT_JSONValue(const UT_JSONValue &v) | UT_JSONValue | |
| ~UT_JSONValue() | UT_JSONValue |