| 3517 | // ////////////////////////////////////////////////////////////////// |
| 3518 | |
| 3519 | StyledStreamWriter::StyledStreamWriter(std::string indentation) |
| 3520 | : document_(NULL), rightMargin_(74), indentation_(indentation), |
| 3521 | addChildValues_() {} |
| 3522 | |
| 3523 | void StyledStreamWriter::write(std::ostream &out, const Value &root) { |
| 3524 | document_ = &out; |
nothing calls this directly
no outgoing calls
no test coverage detected