MCPcopy Create free account
hub / github.com/cirquit/trdrop / XmlEncode

Method XmlEncode

ext/catch.hpp:9614–9617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9612 enum ForWhat { ForTextNodes, ForAttributes };
9613
9614 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes )
9615 : m_str( str ),
9616 m_forWhat( forWhat )
9617 {}
9618
9619 void encodeTo( std::ostream& os ) const {
9620

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected