MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / XmlEncode

Method XmlEncode

test/testframework/catch.hpp:8858–8861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8856 enum ForWhat { ForTextNodes, ForAttributes };
8857
8858 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes )
8859 : m_str( str ),
8860 m_forWhat( forWhat )
8861 {}
8862
8863 void encodeTo( std::ostream& os ) const {
8864

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected