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

Method ~XmlWriter

unittests/catch.hpp:11143–11146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11141 }
11142
11143 XmlWriter::~XmlWriter() {
11144 while( !m_tags.empty() )
11145 endElement();
11146 }
11147
11148 XmlWriter& XmlWriter::startElement( std::string const& name ) {
11149 ensureTagClosed();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected