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

Method EndArray

example/simplereader/simplereader.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 bool EndObject(SizeType memberCount) { cout << "EndObject(" << memberCount << ")" << endl; return true; }
29 bool StartArray() { cout << "StartArray()" << endl; return true; }
30 bool EndArray(SizeType elementCount) { cout << "EndArray(" << elementCount << ")" << endl; return true; }
31};
32
33int main() {

Callers 3

mainFunction · 0.45
SerializeMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected