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

Function LastChild

externals/tinyxml2/tinyxml2.h:789–791  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

787
788 /// Get the last child node, or null if none exists.
789 const XMLNode* LastChild() const {
790 return _lastChild;
791 }
792
793 XMLNode* LastChild() {
794 return _lastChild;

Callers 1

ParseDeepMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected