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

Method XmlWriter

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

Source from the content-addressed store, hash-verified

6275 ~XmlWriter();
6276
6277 XmlWriter( XmlWriter const& ) = delete;
6278 XmlWriter& operator=( XmlWriter const& ) = delete;
6279
6280 XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected