MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Parent

Function Parent

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

Get the parent of this node on the DOM.

Source from the content-addressed store, hash-verified

686
687 /// Get the parent of this node on the DOM.
688 const XMLNode* Parent() const {
689 return _parent;
690 }
691
692 XMLNode* Parent() {
693 return _parent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected