MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Object

Method ~Object

Engine/source/EtCore/FileSystem/Json/JsonDom.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27JSON::Object::~Object()
28{
29 for (uint32 i = 0; i<(uint32)value.size(); ++i)
30 {
31 delete value[i].second;
32 }
33}
34
35JSON::Object* JSON::Value::obj()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected