MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / ToComment

Method ToComment

Engine/lib/tinyxml/tinyxml.h:703–703  ·  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

701 virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
702 virtual const TiXmlElement* ToElement() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
703 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
704 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
705 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
706 virtual const TiXmlDeclaration* ToDeclaration() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.

Callers 1

readCommentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected