MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / FirstChild

Function FirstChild

3rdparty/tinyxml2/tinyxml2.h:771–773  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

769
770 /// Get the first child node, or null if none exists.
771 const XMLNode* FirstChild() const {
772 return _firstChild;
773 }
774
775 XMLNode* FirstChild() {
776 return _firstChild;

Callers 11

AcceptMethod · 0.85
ParseDeepMethod · 0.85
GetTextMethod · 0.85
SetTextMethod · 0.85
QueryIntTextMethod · 0.85
QueryUnsignedTextMethod · 0.85
QueryInt64TextMethod · 0.85
QueryUnsigned64TextMethod · 0.85
QueryBoolTextMethod · 0.85
QueryDoubleTextMethod · 0.85
QueryFloatTextMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected