MCPcopy Create free account
hub / github.com/DFHack/dfhack / ToDeclaration

Method ToDeclaration

depends/tinyxml/tinyxml.h:702–702  ·  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

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

Callers 1

ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected