MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / Print

Method Print

src/xml/tinyxml2.cpp:1769–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767
1768
1769void XMLDocument::Print( XMLPrinter* streamer ) const {
1770 XMLPrinter stdStreamer( stdout );
1771 if ( !streamer ) {
1772 streamer = &stdStreamer;
1773 }
1774 Accept( streamer );
1775}
1776
1777
1778void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 ) {

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.80
PushArrMethod · 0.80

Tested by

no test coverage detected