Construct an empty declaration.
| 1287 | public: |
| 1288 | /// Construct an empty declaration. |
| 1289 | TiXmlDeclaration() : TiXmlNode( TiXmlNode::TINYXML_DECLARATION ) {} |
| 1290 | |
| 1291 | #ifdef TIXML_USE_STL |
| 1292 | /// Constructor. |
nothing calls this directly
no outgoing calls
no test coverage detected