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

Method XmlEncode

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

Source from the content-addressed store, hash-verified

15502 }
15503
15504 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
15505 : m_str( str ),
15506 m_forWhat( forWhat )
15507 {}
15508
15509 void XmlEncode::encodeTo( std::ostream& os ) const {
15510 // Apostrophe escaping not necessary if we always use " to write attributes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected