MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Print

Method Print

Engine/lib/tinyxml/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 5

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

Tested by

no test coverage detected