MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Print

Method Print

sourcecommon/tinyxml2.cpp:1828–1835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1826
1827
1828void XMLDocument::Print( XMLPrinter* streamer ) const
1829{
1830 XMLPrinter stdStreamer( stdout );
1831 if ( !streamer ) {
1832 streamer = &stdStreamer;
1833 }
1834 Accept( streamer );
1835}
1836
1837
1838void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 )

Callers

nothing calls this directly

Calls 1

PushArrMethod · 0.80

Tested by

no test coverage detected