MCPcopy Create free account
hub / github.com/Compaile/ctrack / XmlWriter

Method XmlWriter

test/doctest.h:5329–5332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5327 }
5328
5329 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
5330 {
5331 // writeDeclaration(); // called explicitly by the reporters that use the writer class - see issue #627
5332 }
5333
5334 XmlWriter::~XmlWriter() {
5335 while( !m_tags.empty() )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected