MCPcopy Create free account
hub / github.com/FidoProject/Fido / ForWhat

Enum ForWhat

tests/catch.h:8856–8856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8854 class XmlEncode {
8855 public:
8856 enum ForWhat { ForTextNodes, ForAttributes };
8857
8858 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes )
8859 : m_str( str ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected