MCPcopy Create free account
hub / github.com/Profactor/cv-plot / writeDeclaration

Method writeDeclaration

CvPlot/ext/catch2/inc/catch.hpp:15412–15414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15410 }
15411
15412 void XmlWriter::writeDeclaration() {
15413 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
15414 }
15415
15416 void XmlWriter::newlineIfNecessary() {
15417 if( m_needsNewline ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected