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

Function MemberCount

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

Get the number of members in the object.

Source from the content-addressed store, hash-verified

1097
1098 //! Get the number of members in the object.
1099 SizeType MemberCount() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size; }
1100
1101 //! Get the capacity of object.
1102 SizeType MemberCapacity() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.capacity; }

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.70

Tested by

no test coverage detected