| 1172 | TiXmlComment& operator=( const TiXmlComment& base ); |
| 1173 | |
| 1174 | virtual ~TiXmlComment() {} |
| 1175 | |
| 1176 | /// Returns a copy of this Comment. |
| 1177 | virtual TiXmlNode* Clone() const; |
nothing calls this directly
no outgoing calls
no test coverage detected