Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ XMLConstHandle
Function
XMLConstHandle
examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:2280–2282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2278
{
2279
}
2280
XMLConstHandle(const XMLNode& node) : _node(&node)
2281
{
2282
}
2283
XMLConstHandle(const XMLConstHandle& ref) : _node(ref._node)
2284
{
2285
}
Callers
9
tinyxml2.h
File · 0.85
FirstChild
Function · 0.85
FirstChildElement
Function · 0.85
LastChild
Function · 0.85
LastChildElement
Function · 0.85
PreviousSibling
Function · 0.85
PreviousSiblingElement
Function · 0.85
NextSibling
Function · 0.85
NextSiblingElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected