MCPcopy Create free account
hub / github.com/ZDoom/Raze / FJSONObject

Method FJSONObject

source/common/engine/serializer_internal.h:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 int mIndex;
16
17 FJSONObject(rapidjson::Value* v)
18 {
19 mObject = v;
20 if (v->IsObject()) mIterator = v->MemberBegin();
21 else if (v->IsArray())
22 {
23 mIndex = 0;
24 }
25 }
26};
27
28//==========================================================================

Callers

nothing calls this directly

Calls 2

IsObjectMethod · 0.80
IsArrayMethod · 0.80

Tested by

no test coverage detected