MCPcopy Create free account
hub / github.com/JayXon/Leanify / ToText

Function ToText

lib/tinyxml2/tinyxml2.h:670–672  ·  view source on GitHub ↗

Safely cast to Text, or null.

Source from the content-addressed store, hash-verified

668 }
669 /// Safely cast to Text, or null.
670 virtual XMLText* ToText() {
671 return 0;
672 }
673 /// Safely cast to a Comment, or null.
674 virtual XMLComment* ToComment() {
675 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected