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

Method String

example/jsonx/jsonx.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 bool String(const char* str, SizeType length, bool) {
68 return
69 WriteStartElement("string") &&
70 WriteEscapedText(str, length) &&
71 WriteEndElement("string");
72 }
73
74 bool StartObject() {
75 return WriteStartElement("object");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected