This is the complete list of members for YJSONObject, including all inherited members.
_data | YJSONContent | |
_data_boundary | YJSONContent | |
_data_len | YJSONContent | |
_data_start | YJSONContent | |
_keys | YJSONObject | private |
_parsed | YJSONObject | private |
_type | YJSONContent | |
convert(YJSONObject *reference, YJSONArray *newArray) | YJSONObject | private |
FormatError(const string &errmsg, int cur_pos) | YJSONContent | |
get(const string &key) | YJSONObject | |
getDouble(const string &key) | YJSONObject | |
getInt(const string &key) | YJSONObject | |
getJSONType() | YJSONContent | |
getKeyFromIdx(int i) | YJSONObject | |
getLong(const string &key) | YJSONObject | |
getString(const string &key) | YJSONObject | |
getYJSONArray(const string &key) | YJSONObject | |
getYJSONNumber(const string &key) | YJSONObject | |
getYJSONObject(const string &key) | YJSONObject | |
getYJSONString(const string &key) | YJSONObject | |
has(const string &key) | YJSONObject | |
keys() | YJSONObject | |
parse() | YJSONObject | virtual |
ParseJson(const string &data, int start, int stop) | YJSONContent | static |
parseWithRef(YJSONObject *reference) | YJSONObject | |
SkipGarbage(const string &data, int start, int stop) | YJSONContent | static |
toJSON() | YJSONObject | virtual |
toString() | YJSONObject | virtual |
YJSONContent(const string &data, int start, int stop, YJSONType type) | YJSONContent | |
YJSONContent(YJSONContent *ref) | YJSONContent | |
YJSONContent(YJSONType type) | YJSONContent | |
YJSONObject(const string &data) | YJSONObject | |
YJSONObject(const string &data, int start, int len) | YJSONObject | |
YJSONObject(YJSONObject *ref) | YJSONObject | |
~YJSONContent() | YJSONContent | virtual |
~YJSONObject() | YJSONObject | virtual |