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

Method ToUnknown

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

Return the handle as a TiXmlUnknown. This may return null. */

Source from the content-addressed store, hash-verified

1692 /** Return the handle as a TiXmlUnknown. This may return null.
1693 */
1694 TiXmlUnknown* ToUnknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); }
1695
1696 /** @deprecated use ToNode.
1697 Return the handle as a TiXmlNode. This may return null.

Callers

nothing calls this directly

Calls 1

ToUnknownMethod · 0.45

Tested by

no test coverage detected