| 1738 | { |
| 1739 | public: |
| 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 ); |
nothing calls this directly
no outgoing calls
no test coverage detected