MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / Print

Method Print

external/tinyxml/tinyxml.h:1519–1519  ·  view source on GitHub ↗

Write the document to standard out using formatted printing ("pretty print"). */

Source from the content-addressed store, hash-verified

1517
1518 /** Write the document to standard out using formatted printing ("pretty print"). */
1519 void Print() const { Print( stdout, 0 ); }
1520
1521 /* Write the document to a string using formatted printing ("pretty print"). This
1522 will allocate a character array (new char[]) and return it as a pointer. The

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected