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

Function Parent

3rdparty/tinyxml2/tinyxml2.h:757–759  ·  view source on GitHub ↗

Get the parent of this node on the DOM.

Source from the content-addressed store, hash-verified

755
756 /// Get the parent of this node on the DOM.
757 const XMLNode* Parent() const {
758 return _parent;
759 }
760
761 XMLNode* Parent() {
762 return _parent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected