MCPcopy Create free account
hub / github.com/Illumina/hap.py / StyledStreamWriter

Method StyledStreamWriter

external/jsoncpp/jsoncpp.cpp:3519–3521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3517// //////////////////////////////////////////////////////////////////
3518
3519StyledStreamWriter::StyledStreamWriter(std::string indentation)
3520 : document_(NULL), rightMargin_(74), indentation_(indentation),
3521 addChildValues_() {}
3522
3523void StyledStreamWriter::write(std::ostream &out, const Value &root) {
3524 document_ = &out;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected