C++ HTTP Stack
0.10
|
JSON 변수 추상 클래스 더 자세히 ...
Public 멤버 함수 | |
CJsonType () | |
virtual | ~CJsonType () |
virtual int | Parse (const char *pszText, int iTextLen)=0 |
virtual int | ToString (std::string &strText, EJsonNewLine eNewLine=E_JNL_NULL, int iDepth=0)=0 |
virtual int | GetStringLen ()=0 |
virtual CJsonType * | Copy ()=0 |
const char * | GetTypeString () |
Public 속성 | |
uint8_t | m_cType |
정적 Public 속성 | |
static std::string | m_strNewLine = "\n" |
JSON 변수 추상 클래스
CJsonType::CJsonType | ( | ) |
|
virtual |
|
pure virtual |
CJsonObject, CJsonArray, CJsonInt, CJsonBool, CJsonNumber, CJsonString, CJsonNull에서 구현되었습니다.
|
pure virtual |
CJsonObject, CJsonArray, CJsonInt, CJsonBool, CJsonNumber, CJsonString, CJsonNull에서 구현되었습니다.
const char * CJsonType::GetTypeString | ( | ) |
|
pure virtual |
CJsonObject, CJsonArray, CJsonInt, CJsonBool, CJsonNumber, CJsonString, CJsonNull에서 구현되었습니다.
|
pure virtual |
CJsonObject, CJsonArray, CJsonInt, CJsonBool, CJsonNumber, CJsonString, CJsonNull에서 구현되었습니다.
uint8_t CJsonType::m_cType |
|
static |