MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / writeDeclaration

Method writeDeclaration

tests/catch.hpp:12744–12746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12742 }
12743
12744 void XmlWriter::writeDeclaration() {
12745 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
12746 }
12747
12748 void XmlWriter::newlineIfNecessary() {
12749 if( m_needsNewline ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected