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

Method ResetTraversing

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

Source from the content-addressed store, hash-verified

249}
250
251void CJsonObject::ResetTraversing()
252{
253 if (m_pJsonData != NULL)
254 {
255 m_pKeyTravers = m_pJsonData;
256 }
257 else
258 {
259 m_pKeyTravers = m_pExternJsonDataRef;
260 }
261}
262
263CJsonObject& CJsonObject::operator[](const std::string& strKey)
264{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected