MCPcopy Create free account
hub / github.com/IronsDu/brynet / XmlEncode

Method XmlEncode

tests/catch.hpp:15353–15356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15351 }
15352
15353 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
15354 : m_str( str ),
15355 m_forWhat( forWhat )
15356 {}
15357
15358 void XmlEncode::encodeTo( std::ostream& os ) const {
15359 // 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