MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / Parent

Method Parent

external/tinyxml/tinyxml.h:519–519  ·  view source on GitHub ↗

One step up the DOM.

Source from the content-addressed store, hash-verified

517
518 /// One step up the DOM.
519 TiXmlNode* Parent() { return parent; }
520 const TiXmlNode* Parent() const { return parent; }
521
522 const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected