Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Accept
Method · 0.85
GetText
Method · 0.85
SetText
Method · 0.85
QueryIntText
Method · 0.85
QueryUnsignedText
Method · 0.85
QueryInt64Text
Method · 0.85
QueryBoolText
Method · 0.85
QueryDoubleText
Method · 0.85
QueryFloatText
Method · 0.85
Calls
2
XMLHandle
Function · 0.85
XMLConstHandle
Function · 0.85
Tested by
no test coverage detected