MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / TiXmlPrinter

Method TiXmlPrinter

tinyxml/include/tinyxml.h:1740–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738{
1739public:
1740 TiXmlPrinter() : depth( 0 ), simpleTextPrint( false ),
1741 buffer(), indent( " " ), lineBreak( "\n" ) {}
1742
1743 virtual bool VisitEnter( const TiXmlDocument& doc );
1744 virtual bool VisitExit( const TiXmlDocument& doc );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected