MCPcopy Create free account
hub / github.com/Norbyte/bg3se / Print

Method Print

BG3Extender/Extender/Shared/tinyxml2.cpp:2446–2455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444
2445
2446void XMLDocument::Print( XMLPrinter* streamer ) const
2447{
2448 if ( streamer ) {
2449 Accept( streamer );
2450 }
2451 else {
2452 XMLPrinter stdoutStreamer( stdout );
2453 Accept( &stdoutStreamer );
2454 }
2455}
2456
2457
2458void XMLDocument::ClearError() {

Callers

nothing calls this directly

Calls 4

TIXML_VSCPRINTFFunction · 0.70
TIXML_VSNPRINTFFunction · 0.70
SizeMethod · 0.45
PushArrMethod · 0.45

Tested by

no test coverage detected