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

Function LastChild

Dependencies/tinyxml2/include/tinyxml2.h:783–785  ·  view source on GitHub ↗

Get the last child node, or null if none exists.

Source from the content-addressed store, hash-verified

781
782 /// Get the last child node, or null if none exists.
783 const XMLNode* LastChild() const {
784 return _lastChild;
785 }
786
787 XMLNode* LastChild() {
788 return _lastChild;

Callers 1

ParseDeepMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected