MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / XmlEncode

Class XmlEncode

src/catch2/catch.hpp:6227–6240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6225 XmlFormatting operator & (XmlFormatting lhs, XmlFormatting rhs);
6226
6227 class XmlEncode {
6228 public:
6229 enum ForWhat { ForTextNodes, ForAttributes };
6230
6231 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );
6232
6233 void encodeTo( std::ostream& os ) const;
6234
6235 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );
6236
6237 private:
6238 std::string m_str;
6239 ForWhat m_forWhat;
6240 };
6241
6242 class XmlWriter {
6243 public:

Callers 1

catch.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected