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

Function NextSibling

sourcecommon/tinyxml2.h:754–756  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

752
753 /// Get the next (right) sibling node of this node.
754 const XMLNode* NextSibling() const {
755 return _next;
756 }
757
758 XMLNode* NextSibling() {
759 return _next;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected