This is the complete list of members for JsonDictionary, including all inherited members.
| cleanUp() | JsonDictionary | |
| deleteItem(const char *pszKey) | JsonDictionary | |
| getAllMemberNames() | JsonDictionary | |
| getArrayItemCount(const char *pszArrayKey) | JsonDictionary | |
| getBoolValueFromArray(const char *pszArrayKey, int nIndex, bool bDefaultValue) | JsonDictionary | |
| getDescription() | JsonDictionary | |
| getFloatValueFromArray(const char *pszArrayKey, int nIndex, double fDefaultValue) | JsonDictionary | |
| getIntValueFromArray(const char *pszArrayKey, int nIndex, int nDefaultValue) | JsonDictionary | |
| getItemBoolvalue(const char *pszKey, bool bDefaultValue) | JsonDictionary | |
| getItemCount() | JsonDictionary | |
| getItemFloatValue(const char *pszKey, double fDefaultValue) | JsonDictionary | |
| getItemIntValue(const char *pszKey, int nDefaultValue) | JsonDictionary | |
| getItemStringValue(const char *pszKey) | JsonDictionary | |
| getItemType(int nIndex) | JsonDictionary | |
| getItemType(const char *pszKey) | JsonDictionary | |
| getItemTypeFromArray(const char *pszArrayKey, int nIndex) | JsonDictionary | |
| getStringValueFromArray(const char *pszArrayKey, int nIndex) | JsonDictionary | |
| getSubDictionary(const char *pszKey) | JsonDictionary | |
| getSubItemFromArray(const char *pszArrayKey, int nIndex) | JsonDictionary | |
| initWithDescription(const char *pszDescription) | JsonDictionary | |
| insertItem(const char *pszKey, int nValue) | JsonDictionary | |
| insertItem(const char *pszKey, double fValue) | JsonDictionary | |
| insertItem(const char *pszKey, const char *pszValue) | JsonDictionary | |
| insertItem(const char *pszKey, JsonDictionary *subDictionary) | JsonDictionary | |
| insertItem(const char *pszKey, bool bValue) | JsonDictionary | |
| insertItemToArray(const char *pszArrayKey, int nValue) | JsonDictionary | |
| insertItemToArray(const char *pszArrayKey, double fValue) | JsonDictionary | |
| insertItemToArray(const char *pszArrayKey, const char *pszValue) | JsonDictionary | |
| insertItemToArray(const char *pszArrayKey, JsonDictionary *subDictionary) | JsonDictionary | |
| isKeyValidate(const char *pszKey) | JsonDictionary | |
| JsonDictionary() | JsonDictionary | |
| m_cValue | JsonDictionary | protected |
| ~JsonDictionary() | JsonDictionary |