MCPcopy Create free account
hub / github.com/DFHack/dfhack / SetStreamPrinting

Method SetStreamPrinting

depends/tinyxml/tinyxml.h:1771–1773  ·  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

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

Callers 1

tinyxml.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected