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

Method Text

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

@deprecated use ToText() Return the handle as a TiXmlText. This may return null. */

Source from the content-addressed store, hash-verified

1705 Return the handle as a TiXmlText. This may return null.
1706 */
1707 TiXmlText* Text() const { return ToText(); }
1708 /** @deprecated use ToUnknown()
1709 Return the handle as a TiXmlUnknown. This may return null.
1710 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected