MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / write

Method write

src/jsoncpp.cpp:4370–4376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4368void FastWriter::omitEndingLineFeed() { omitEndingLineFeed_ = true; }
4369
4370std::string FastWriter::write(const Value& root) {
4371 document_ = "";
4372 writeValue(root);
4373 if (!omitEndingLineFeed_)
4374 document_ += "\n";
4375 return document_;
4376}
4377
4378void FastWriter::writeValue(const Value& value) {
4379 switch (value.type()) {

Callers 9

save_fileFunction · 0.80
toStyledStringMethod · 0.80
writeStringFunction · 0.80
jsoncpp.cppFile · 0.80
paramshavelengthFunction · 0.80
outputstructfieldsFunction · 0.80
outputfntablesFunction · 0.80
outputfntablefuncsFunction · 0.80
outputclassesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected