MCPcopy Create free account
hub / github.com/Profactor/cv-plot / XmlEncode

Method XmlEncode

CvPlot/ext/catch2/inc/catch.hpp:15167–15170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15165 }
15166
15167 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
15168 : m_str( str ),
15169 m_forWhat( forWhat )
15170 {}
15171
15172 void XmlEncode::encodeTo( std::ostream& os ) const {
15173 // 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