C++ HTTP Stack  0.10
Public 멤버 함수 | Public 속성 | 정적 Public 속성 | 모든 멤버 목록
CJsonType 클래스 참조

JSON 변수 추상 클래스 더 자세히 ...

CJsonType에 대한 상속 다이어그램 :
CJsonArray CJsonBool CJsonInt CJsonNull CJsonNumber CJsonObject CJsonString

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 CJsonTypeCopy ()=0
const char * GetTypeString ()

Public 속성

uint8_t m_cType

정적 Public 속성

static std::string m_strNewLine = "\n"

상세한 설명

JSON 변수 추상 클래스

생성자 & 소멸자 문서화

CJsonType::CJsonType ( )
CJsonType::~CJsonType ( )
virtual

멤버 함수 문서화

virtual CJsonType* CJsonType::Copy ( )
pure virtual
virtual int CJsonType::GetStringLen ( )
pure virtual
const char * CJsonType::GetTypeString ( )
virtual int CJsonType::Parse ( const char *  pszText,
int  iTextLen 
)
pure virtual
virtual int CJsonType::ToString ( std::string &  strText,
EJsonNewLine  eNewLine = E_JNL_NULL,
int  iDepth = 0 
)
pure virtual

멤버 데이타 문서화

uint8_t CJsonType::m_cType
std::string CJsonType::m_strNewLine = "\n"
static