MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / XmlWriter

Method XmlWriter

extras/tests/catch/catch.hpp:15642–15645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15640 }
15641
15642 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
15643 {
15644 writeDeclaration();
15645 }
15646
15647 XmlWriter::~XmlWriter() {
15648 while (!m_tags.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected