MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / XmlEncode

Method XmlEncode

external/include/catch.hpp:10807–10810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10805namespace Catch {
10806
10807 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
10808 : m_str( str ),
10809 m_forWhat( forWhat )
10810 {}
10811
10812 void XmlEncode::encodeTo( std::ostream& os ) const {
10813

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected