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

Function XMLConstHandle

lib/tinyxml2/tinyxml2.h:1906–1908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1904 _node = node;
1905 }
1906 XMLConstHandle( const XMLNode& node ) {
1907 _node = &node;
1908 }
1909 XMLConstHandle( const XMLConstHandle& ref ) {
1910 _node = ref._node;
1911 }

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