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

Function NoChildren

externals/tinyxml2/tinyxml2.h:766–768  ·  view source on GitHub ↗

Returns true if this node has no children.

Source from the content-addressed store, hash-verified

764
765 /// Returns true if this node has no children.
766 bool NoChildren() const {
767 return !_firstChild;
768 }
769
770 /// Get the first child node, or null if none exists.
771 const XMLNode* FirstChild() const {

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected