![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for GrayLib::cJSONWriter, including all inherited members.
Encode(const cVariant &v) | GrayLib::cJSON | static |
IsJSON(const char *pszStr, StrLen_t iLenMax=StrT::k_LEN_MAX) | GrayLib::cJSON | static |
k_DEPTH_MAX | GrayLib::cJSON | static |
k_false | GrayLib::cJSON | static |
k_null | GrayLib::cJSON | static |
k_true | GrayLib::cJSON | static |
Parse(const char *pszVal) | GrayLib::cJSON | static |
TYPE_Bool enum value | GrayLib::cJSON | |
TYPE_Double enum value | GrayLib::cJSON | |
TYPE_Null enum value | GrayLib::cJSON | |
TYPE_String enum value | GrayLib::cJSON | |
TYPE_TYPE enum name | GrayLib::cJSON | |
UNITTEST_FRIEND(cJSON) | GrayLib::cJSON | |
WriteArray(cStreamOutput *pOut, const cVariantArray &rArray, int iIndent) | GrayLib::cJSONWriter | protectedstatic |
WriteIndent(cStreamOutput *pOut, int iIndent) | GrayLib::cJSONWriter | protectedstatic |
WriteMap(cStreamOutput *pOut, const cVariantMap *pMap, int iIndent) | GrayLib::cJSONWriter | protectedstatic |
WriteStr(cStreamOutput *pOut, cStringA s) | GrayLib::cJSONWriter | protectedstatic |
WriteVar(cStreamOutput *pOut, const cVariant &rVar, int iIndent=0) | GrayLib::cJSONWriter | static |
WriteVarToStr(OUT cJSONString &rsOut, const cVariant &rVar) | GrayLib::cJSONWriter | static |