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

Function NoChildren

Dependencies/tinyxml2/include/tinyxml2.h:760–762  ·  view source on GitHub ↗

Returns true if this node has no children.

Source from the content-addressed store, hash-verified

758
759 /// Returns true if this node has no children.
760 bool NoChildren() const {
761 return !_firstChild;
762 }
763
764 /// Get the first child node, or null if none exists.
765 const XMLNode* FirstChild() const {

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected