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

Method ResetTraversing

CJsonObject.cpp:238–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void CJsonObject::ResetTraversing()
239{
240 if (m_pJsonData != NULL)
241 {
242 m_pKeyTravers = m_pJsonData;
243 }
244 else
245 {
246 m_pKeyTravers = m_pExternJsonDataRef;
247 }
248}
249
250CJsonObject& CJsonObject::operator[](const std::string& strKey)
251{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected