MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ~ScopedElement

Method ~ScopedElement

tests/catch.hpp:12646–12649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12644 }
12645
12646 XmlWriter::ScopedElement::~ScopedElement() {
12647 if( m_writer )
12648 m_writer->endElement();
12649 }
12650
12651 XmlWriter::ScopedElement& XmlWriter::ScopedElement::writeText( std::string const& text, bool indent ) {
12652 m_writer->writeText( text, indent );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected