MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / FirstChild

Function FirstChild

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:860–863  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

858
859 /// Get the first child node, or null if none exists.
860 const XMLNode* FirstChild() const
861 {
862 return _firstChild;
863 }
864
865 XMLNode* FirstChild()
866 {

Callers 9

AcceptMethod · 0.85
GetTextMethod · 0.85
SetTextMethod · 0.85
QueryIntTextMethod · 0.85
QueryUnsignedTextMethod · 0.85
QueryInt64TextMethod · 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