MCPcopy Create free account
hub / github.com/JayXon/Leanify / Print

Method Print

lib/tinyxml2/tinyxml2.cpp:1917–1924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1915
1916
1917void XMLDocument::Print( XMLPrinter* streamer ) const
1918{
1919 XMLPrinter stdStreamer( stdout );
1920 if ( !streamer ) {
1921 streamer = &stdStreamer;
1922 }
1923 Accept( streamer );
1924}
1925
1926
1927void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 )

Callers 1

LeanifyMethod · 0.80

Calls 2

SizeMethod · 0.80
PushArrMethod · 0.80

Tested by

no test coverage detected