MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / Print

Method Print

ReClass/tinyxml2.cpp:2297–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2295
2296
2297void XMLDocument::Print( XMLPrinter* streamer ) const
2298{
2299 if ( streamer ) {
2300 Accept( streamer );
2301 }
2302 else {
2303 XMLPrinter stdoutStreamer( stdout );
2304 Accept( &stdoutStreamer );
2305 }
2306}
2307
2308
2309void XMLDocument::SetError( XMLError error, const char* str1, const char* str2, int lineNum )

Callers

nothing calls this directly

Calls 4

TIXML_VSCPRINTFFunction · 0.85
TIXML_VSNPRINTFFunction · 0.85
PushArrMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected