MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / XmlWriter

Method XmlWriter

external/utf8-cpp-utils/test/doctest.h:5304–5307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5302 }
5303
5304 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
5305 {
5306 // writeDeclaration(); // called explicitly by the reporters that use the writer class - see issue #627
5307 }
5308
5309 XmlWriter::~XmlWriter() {
5310 while( !m_tags.empty() )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected