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

Method Node

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

@deprecated use ToNode. Return the handle as a TiXmlNode. This may return null. */

Source from the content-addressed store, hash-verified

1697 Return the handle as a TiXmlNode. This may return null.
1698 */
1699 TiXmlNode* Node() const { return ToNode(); }
1700 /** @deprecated use ToElement.
1701 Return the handle as a TiXmlElement. This may return null.
1702 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected