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

Function ToComment

3rdparty/tinyxml2/tinyxml2.h:696–698  ·  view source on GitHub ↗

Safely cast to a Comment, or null.

Source from the content-addressed store, hash-verified

694 }
695 /// Safely cast to a Comment, or null.
696 virtual XMLComment* ToComment() {
697 return 0;
698 }
699 /// Safely cast to a Document, or null.
700 virtual XMLDocument* ToDocument() {
701 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected