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

Method StartArray

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

Source from the content-addressed store, hash-verified

27 }
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

Callers 3

mainFunction · 0.45
SerializeMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected