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

Method TiXmlDeclaration

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

Construct an empty declaration.

Source from the content-addressed store, hash-verified

1287public:
1288 /// Construct an empty declaration.
1289 TiXmlDeclaration() : TiXmlNode( TiXmlNode::TINYXML_DECLARATION ) {}
1290
1291#ifdef TIXML_USE_STL
1292 /// Constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected