MCPcopy Create free account
hub / github.com/RenderKit/oidn / XmlWriter

Method XmlWriter

external/catch.hpp:15629–15632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15627 }
15628
15629 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
15630 {
15631 writeDeclaration();
15632 }
15633
15634 XmlWriter::~XmlWriter() {
15635 while (!m_tags.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected