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

Method ToText

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

< Cast to a more defined type. Will return null if not of the requested type.

Source from the content-addressed store, hash-verified

660 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
661 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
662 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
663 virtual const TiXmlDeclaration* ToDeclaration() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
664
665 virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.

Callers 5

ReadMethod · 0.45
PrintMethod · 0.45
GetTextMethod · 0.45
VisitEnterMethod · 0.45
ToTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected