MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ToText

Function ToText

3rdparty/tinyxml2/tinyxml2.h:692–694  ·  view source on GitHub ↗

Safely cast to Text, or null.

Source from the content-addressed store, hash-verified

690 }
691 /// Safely cast to Text, or null.
692 virtual XMLText* ToText() {
693 return 0;
694 }
695 /// Safely cast to a Comment, or null.
696 virtual XMLComment* ToComment() {
697 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected