| 15627 | } |
| 15628 | |
| 15629 | XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) |
| 15630 | { |
| 15631 | writeDeclaration(); |
| 15632 | } |
| 15633 | |
| 15634 | XmlWriter::~XmlWriter() { |
| 15635 | while (!m_tags.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected