| 1304 | TiXmlDeclaration& operator=( const TiXmlDeclaration& copy ); |
| 1305 | |
| 1306 | virtual ~TiXmlDeclaration() {} |
| 1307 | |
| 1308 | /// Version. Will return an empty string if none was found. |
| 1309 | const char *Version() const { return version.c_str (); } |
nothing calls this directly
no outgoing calls
no test coverage detected