| 4766 | // ////////////////////////////////////////////////////////////////// |
| 4767 | |
| 4768 | StyledStreamWriter::StyledStreamWriter(JSONCPP_STRING indentation) |
| 4769 | : document_(NULL), rightMargin_(74), indentation_(indentation), |
| 4770 | addChildValues_() {} |
| 4771 | |
| 4772 | void StyledStreamWriter::write(JSONCPP_OSTREAM& out, const Value& root) { |
| 4773 | document_ = &out; |
nothing calls this directly
no outgoing calls
no test coverage detected