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

Method ~ScopedElement

unittests/catch.hpp:11128–11131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11126 }
11127
11128 XmlWriter::ScopedElement::~ScopedElement() {
11129 if( m_writer )
11130 m_writer->endElement();
11131 }
11132
11133 XmlWriter::ScopedElement& XmlWriter::ScopedElement::writeText( std::string const& text, bool indent ) {
11134 m_writer->writeText( text, indent );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected