MCPcopy Create free account
hub / github.com/Illumina/paragraph / StyledStreamWriter

Method StyledStreamWriter

external/jsoncpp/jsoncpp.cpp:4768–4770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4766// //////////////////////////////////////////////////////////////////
4767
4768StyledStreamWriter::StyledStreamWriter(JSONCPP_STRING indentation)
4769 : document_(NULL), rightMargin_(74), indentation_(indentation),
4770 addChildValues_() {}
4771
4772void StyledStreamWriter::write(JSONCPP_OSTREAM& out, const Value& root) {
4773 document_ = &out;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected