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

Method ToDeclaration

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

Source from the content-addressed store, hash-verified

1323 virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding );
1324
1325 virtual const TiXmlDeclaration* ToDeclaration() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1326 virtual TiXmlDeclaration* ToDeclaration() { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1327
1328 /** Walk the XML tree visiting this node and all of its children.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected