MCPcopy 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.hFile · 0.85
FirstChildFunction · 0.85
FirstChildElementFunction · 0.85
LastChildFunction · 0.85
LastChildElementFunction · 0.85
PreviousSiblingFunction · 0.85
PreviousSiblingElementFunction · 0.85
NextSiblingFunction · 0.85
NextSiblingElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected