MCPcopy Create free account
hub / github.com/SOUI2/soui / ToElement

Method ToElement

tools/src/uiresbuilder/tinyxml/tinyxml.h:1690–1690  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1688 /** Return the handle as a TiXmlElement. This may return null.
1689 */
1690 TiXmlElement* ToElement() const { return ( ( node && node->ToElement() ) ? node->ToElement() : 0 ); }
1691 /** Return the handle as a TiXmlText. This may return null.
1692 */
1693 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); }

Callers

nothing calls this directly

Calls 1

ToElementMethod · 0.45

Tested by

no test coverage detected