MCPcopy Create free account
hub / github.com/Tencent/rapidjson / EndObject

Method EndObject

example/capitalize/capitalize.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool StartObject() { return out_.StartObject(); }
35 bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); }
36 bool EndObject(SizeType memberCount) { return out_.EndObject(memberCount); }
37 bool StartArray() { return out_.StartArray(); }
38 bool EndArray(SizeType elementCount) { return out_.EndArray(elementCount); }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected