MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ToElement

Function ToElement

sourcecommon/tinyxml2.h:628–630  ·  view source on GitHub ↗

Safely cast to an Element, or null.

Source from the content-addressed store, hash-verified

626
627 /// Safely cast to an Element, or null.
628 virtual XMLElement* ToElement() {
629 return 0;
630 }
631 /// Safely cast to Text, or null.
632 virtual XMLText* ToText() {
633 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected