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

Function ToUnknown

3rdparty/tinyxml2/tinyxml2.h:708–710  ·  view source on GitHub ↗

Safely cast to an Unknown, or null.

Source from the content-addressed store, hash-verified

706 }
707 /// Safely cast to an Unknown, or null.
708 virtual XMLUnknown* ToUnknown() {
709 return 0;
710 }
711
712 virtual const XMLElement* ToElement() const {
713 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected