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

Function NextSibling

externals/tinyxml2/tinyxml2.h:823–825  ·  view source on GitHub ↗

Get the next (right) sibling node of this node.

Source from the content-addressed store, hash-verified

821
822 /// Get the next (right) sibling node of this node.
823 const XMLNode* NextSibling() const {
824 return _next;
825 }
826
827 XMLNode* NextSibling() {
828 return _next;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected