MCPcopy Create free account
hub / github.com/JayXon/Leanify / XMLHandle

Function XMLHandle

lib/tinyxml2/tinyxml2.h:1824–1826  ·  view source on GitHub ↗

Create a handle from a node.

Source from the content-addressed store, hash-verified

1822 }
1823 /// Create a handle from a node.
1824 XMLHandle( XMLNode& node ) {
1825 _node = &node;
1826 }
1827 /// Copy constructor
1828 XMLHandle( const XMLHandle& ref ) {
1829 _node = ref._node;

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