MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Print

Method Print

3rdparty/tinyxml2/tinyxml2.cpp:2478–2487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2476
2477
2478void XMLDocument::Print( XMLPrinter* streamer ) const
2479{
2480 if ( streamer ) {
2481 Accept( streamer );
2482 }
2483 else {
2484 XMLPrinter stdoutStreamer( stdout );
2485 Accept( &stdoutStreamer );
2486 }
2487}
2488
2489
2490void XMLDocument::ClearError() {

Callers 4

loadDocImplMethod · 0.80
writeTreeNodesModelXMLFunction · 0.80
writeTreeXSDFunction · 0.80
WriteTreeToXMLFunction · 0.80

Calls 4

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

Tested by

no test coverage detected