MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / XmlWriter

Method XmlWriter

unittests/catch.hpp:11138–11141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11136 }
11137
11138 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
11139 {
11140 writeDeclaration();
11141 }
11142
11143 XmlWriter::~XmlWriter() {
11144 while( !m_tags.empty() )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected