MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / XmlEncode

Method XmlEncode

tests/catch.hpp:12525–12528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12523} // anonymous namespace
12524
12525 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
12526 : m_str( str ),
12527 m_forWhat( forWhat )
12528 {}
12529
12530 void XmlEncode::encodeTo( std::ostream& os ) const {
12531 // 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