MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / ToNode

Method ToNode

lesson7-Detection/src/utils/tinyxml.h:1685–1685  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1683 /** Return the handle as a TiXmlNode. This may return null.
1684 */
1685 TiXmlNode* ToNode() const { return node; }
1686 /** Return the handle as a TiXmlElement. This may return null.
1687 */
1688 TiXmlElement* ToElement() const { return ( ( node && node->ToElement() ) ? node->ToElement() : 0 ); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected