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

Function ToElement

3rdparty/tinyxml2/tinyxml2.h:688–690  ·  view source on GitHub ↗

Safely cast to an Element, or null.

Source from the content-addressed store, hash-verified

686
687 /// Safely cast to an Element, or null.
688 virtual XMLElement* ToElement() {
689 return 0;
690 }
691 /// Safely cast to Text, or null.
692 virtual XMLText* ToText() {
693 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected