MCPcopy Create free account
hub / github.com/RenderKit/oidn / XmlEncode

Method XmlEncode

external/catch.hpp:15491–15494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15489 }
15490
15491 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
15492 : m_str( str ),
15493 m_forWhat( forWhat )
15494 {}
15495
15496 void XmlEncode::encodeTo( std::ostream& os ) const {
15497 // 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