cleanUp() | CSJsonDictionary | |
CSJsonDictionary() | CSJsonDictionary | |
deleteItem(const char *pszKey) | CSJsonDictionary | |
getAllMemberNames() | CSJsonDictionary | |
getArrayItemCount(const char *pszArrayKey) | CSJsonDictionary | |
getBoolValueFromArray(const char *pszArrayKey, int nIndex, bool bDefaultValue) | CSJsonDictionary | |
getDescription() | CSJsonDictionary | |
getFloatValueFromArray(const char *pszArrayKey, int nIndex, double fDefaultValue) | CSJsonDictionary | |
getIntValueFromArray(const char *pszArrayKey, int nIndex, int nDefaultValue) | CSJsonDictionary | |
getItemBoolvalue(const char *pszKey, bool bDefaultValue) | CSJsonDictionary | |
getItemCount() | CSJsonDictionary | |
getItemFloatValue(const char *pszKey, double fDefaultValue) | CSJsonDictionary | |
getItemIntValue(const char *pszKey, int nDefaultValue) | CSJsonDictionary | |
getItemStringValue(const char *pszKey) | CSJsonDictionary | |
getItemType(int nIndex) | CSJsonDictionary | |
getItemType(const char *pszKey) | CSJsonDictionary | |
getItemTypeFromArray(const char *pszArrayKey, int nIndex) | CSJsonDictionary | |
getStringValueFromArray(const char *pszArrayKey, int nIndex) | CSJsonDictionary | |
getSubDictionary(const char *pszKey) | CSJsonDictionary | |
getSubItemFromArray(const char *pszArrayKey, int nIndex) | CSJsonDictionary | |
initWithDescription(const char *pszDescription) | CSJsonDictionary | |
insertItem(const char *pszKey, int nValue) | CSJsonDictionary | |
insertItem(const char *pszKey, double fValue) | CSJsonDictionary | |
insertItem(const char *pszKey, const char *pszValue) | CSJsonDictionary | |
insertItem(const char *pszKey, CSJsonDictionary *subDictionary) | CSJsonDictionary | |
insertItem(const char *pszKey, bool bValue) | CSJsonDictionary | |
insertItemToArray(const char *pszArrayKey, int nValue) | CSJsonDictionary | |
insertItemToArray(const char *pszArrayKey, double fValue) | CSJsonDictionary | |
insertItemToArray(const char *pszArrayKey, const char *pszValue) | CSJsonDictionary | |
insertItemToArray(const char *pszArrayKey, CSJsonDictionary *subDictionary) | CSJsonDictionary | |
isKeyValidate(const char *pszKey) | CSJsonDictionary | |
m_cValue | CSJsonDictionary | protected |
~CSJsonDictionary() | CSJsonDictionary | |