The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CJSONDocument Class Reference

Collaboration diagram for CJSONDocument:

List of all members.

Public Member Functions

 CJSONDocument ()
 CJSONDocument (const CJSONDocument &rhs)
virtual ~CJSONDocument ()
CJSONDocumentoperator= (const CJSONDocument &rhs)
void LoadFromString (const JetByteTools::Core::_tstring &json)
void LoadFromFile (const JetByteTools::Core::_tstring &fileName)
const CJSONValueGetRoot () const

Static Public Member Functions

static CJSONValue LoadDocumentFromString (const JetByteTools::Core::_tstring &json)
static CJSONValue LoadDocumentFromStringA (const std::string &json)
static CJSONValue LoadDocumentFromFile (const JetByteTools::Core::_tstring &fileName)


Constructor & Destructor Documentation

CJSONDocument (  ) 

CJSONDocument ( const CJSONDocument rhs  ) 

virtual ~CJSONDocument (  )  [virtual]


Member Function Documentation

static CJSONValue LoadDocumentFromString ( const JetByteTools::Core::_tstring json  )  [static]

CJSONValue LoadDocumentFromStringA ( const std::string &  json  )  [static]

static CJSONValue LoadDocumentFromFile ( const JetByteTools::Core::_tstring fileName  )  [static]

CJSONDocument& operator= ( const CJSONDocument rhs  ) 

void LoadFromString ( const JetByteTools::Core::_tstring json  ) 

void LoadFromFile ( const JetByteTools::Core::_tstring fileName  ) 

const CJSONValue & GetRoot (  )  const


Generated on Sun Sep 12 19:09:40 2021 for The Server Framework - v7.4 by doxygen 1.5.3