MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / PreviousSibling

Function PreviousSibling

Dependencies/tinyxml2/include/tinyxml2.h:801–803  ·  view source on GitHub ↗

Get the previous (left) sibling node of this node.

Source from the content-addressed store, hash-verified

799
800 /// Get the previous (left) sibling node of this node.
801 const XMLNode* PreviousSibling() const {
802 return _prev;
803 }
804
805 XMLNode* PreviousSibling() {
806 return _prev;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected