| 15640 | } |
| 15641 | |
| 15642 | XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) |
| 15643 | { |
| 15644 | writeDeclaration(); |
| 15645 | } |
| 15646 | |
| 15647 | XmlWriter::~XmlWriter() { |
| 15648 | while (!m_tags.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected