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

Class XmlEncode

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

Source from the content-addressed store, hash-verified

6166 XmlFormatting operator & (XmlFormatting lhs, XmlFormatting rhs);
6167
6168 class XmlEncode {
6169 public:
6170 enum ForWhat { ForTextNodes, ForAttributes };
6171
6172 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );
6173
6174 void encodeTo( std::ostream& os ) const;
6175
6176 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );
6177
6178 private:
6179 std::string m_str;
6180 ForWhat m_forWhat;
6181 };
6182
6183 class XmlWriter {
6184 public:

Callers 1

catch.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected