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

Function ToDeclaration

3rdparty/tinyxml2/tinyxml2.h:704–706  ·  view source on GitHub ↗

Safely cast to a Declaration, or null.

Source from the content-addressed store, hash-verified

702 }
703 /// Safely cast to a Declaration, or null.
704 virtual XMLDeclaration* ToDeclaration() {
705 return 0;
706 }
707 /// Safely cast to an Unknown, or null.
708 virtual XMLUnknown* ToUnknown() {
709 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected