MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / CJsonObject

Method CJsonObject

eval/LANE_evaluation/lane2d/src/CJsonObject.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32
33CJsonObject::CJsonObject()
34 : m_pJsonData(NULL), m_pExternJsonDataRef(NULL), m_pKeyTravers(NULL)
35{
36 // m_pJsonData = cJSON_CreateObject();
37 m_array_iter = m_mapJsonArrayRef.end();
38 m_object_iter = m_mapJsonObjectRef.end();
39}
40
41CJsonObject::CJsonObject(const std::string& strJson)
42 : 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