MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Print

Method Print

Dependencies/tinyxml2/src/tinyxml2.cpp:2313–2322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2311
2312
2313void XMLDocument::Print( XMLPrinter* streamer ) const
2314{
2315 if ( streamer ) {
2316 Accept( streamer );
2317 }
2318 else {
2319 XMLPrinter stdoutStreamer( stdout );
2320 Accept( &stdoutStreamer );
2321 }
2322}
2323
2324
2325void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... )

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected