MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ToText

Method ToText

ogsr_engine/xrCore/XML_Parser/tinyxml.h:1607–1607  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1605 /** Return the handle as a TiXmlText. This may return null.
1606 */
1607 TiXmlText* ToText() const { return ((node && node->ToText()) ? node->ToText() : 0); }
1608 /** Return the handle as a TiXmlUnknown. This may return null.
1609 */
1610 TiXmlUnknown* ToUnknown() const { return ((node && node->ToUnknown()) ? node->ToUnknown() : 0); }

Callers

nothing calls this directly

Calls 1

ToTextMethod · 0.45

Tested by

no test coverage detected