MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / CJsonObject

Method CJsonObject

CJsonObject.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19
20CJsonObject::CJsonObject()
21 : m_pJsonData(NULL), m_pExternJsonDataRef(NULL), m_pKeyTravers(NULL)
22{
23 // m_pJsonData = cJSON_CreateObject();
24 m_array_iter = m_mapJsonArrayRef.end();
25 m_object_iter = m_mapJsonObjectRef.end();
26}
27
28CJsonObject::CJsonObject(const std::string& strJson)
29 : m_pJsonData(NULL), m_pExternJsonDataRef(NULL), m_pKeyTravers(NULL)

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.80

Tested by

no test coverage detected