MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / Print

Method Print

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2411–2422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2409}
2410
2411void XMLDocument::Print(XMLPrinter* streamer) const
2412{
2413 if (streamer)
2414 {
2415 Accept(streamer);
2416 }
2417 else
2418 {
2419 XMLPrinter stdoutStreamer(stdout);
2420 Accept(&stdoutStreamer);
2421 }
2422}
2423
2424void XMLDocument::SetError(XMLError error, int lineNum, const char* format, ...)
2425{

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