MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / IsObject

Function IsObject

Engine/source/persistence/rapidjson/document.h:1024–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022 bool IsTrue() const { return data_.f.flags == kTrueFlag; }
1023 bool IsBool() const { return (data_.f.flags & kBoolFlag) != 0; }
1024 bool IsObject() const { return data_.f.flags == kObjectFlag; }
1025 bool IsArray() const { return data_.f.flags == kArrayFlag; }
1026 bool IsNumber() const { return (data_.f.flags & kNumberFlag) != 0; }
1027 bool IsInt() const { return (data_.f.flags & kIntFlag) != 0; }

Callers 11

MemberCountFunction · 0.70
MemberCapacityFunction · 0.70
ObjectEmptyFunction · 0.70
MemberBeginFunction · 0.70
MemberEndFunction · 0.70
document.hFile · 0.70
FindMemberFunction · 0.70
RemoveAllMembersFunction · 0.70
RemoveMemberFunction · 0.70
EraseMemberFunction · 0.70
GetObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected