MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / PreviousSibling

Function PreviousSibling

externals/tinyxml2/tinyxml2.h:807–809  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

805
806 /// Get the previous (left) sibling node of this node.
807 const XMLNode* PreviousSibling() const {
808 return _prev;
809 }
810
811 XMLNode* PreviousSibling() {
812 return _prev;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected