Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ XMLHandle
Function
XMLHandle
examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:2185–2187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2183
}
2184
/// Create a handle from a node.
2185
XMLHandle(XMLNode& node) : _node(&node)
2186
{
2187
}
2188
/// Copy constructor
2189
XMLHandle(const XMLHandle& ref) : _node(ref._node)
2190
{
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