MCPcopy Create free account
hub / github.com/Profactor/cv-plot / XmlWriter

Method XmlWriter

CvPlot/ext/catch2/inc/catch.hpp:15305–15308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15303 }
15304
15305 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
15306 {
15307 writeDeclaration();
15308 }
15309
15310 XmlWriter::~XmlWriter() {
15311 while (!m_tags.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected