MCPcopy 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.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