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

Function LastChild

sourcecommon/tinyxml2.h:720–722  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

718
719 /// Get the last child node, or null if none exists.
720 const XMLNode* LastChild() const {
721 return _lastChild;
722 }
723
724 XMLNode* LastChild() {
725 return const_cast<XMLNode*>(const_cast<const XMLNode*>(this)->LastChild() );

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected