MCPcopy Create free account
hub / github.com/SOUI2/soui / SetStreamPrinting

Method SetStreamPrinting

tools/src/uiresbuilder/tinyxml/tinyxml.h:1773–1775  ·  view source on GitHub ↗

Switch over to "stream printing" which is the most dense formatting without linebreaks. Common when the XML is needed for network transmission. */

Source from the content-addressed store, hash-verified

1771 linebreaks. Common when the XML is needed for network transmission.
1772 */
1773 void SetStreamPrinting() { indent = "";
1774 lineBreak = "";
1775 }
1776 /// Return the result.
1777 const char* CStr() { return buffer.c_str(); }
1778 /// Return the length of the result string.

Callers 1

tinyxml.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected