MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / XMLConstHandle

Function XMLConstHandle

sourcecommon/tinyxml2.h:1855–1857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1853 _node = node;
1854 }
1855 XMLConstHandle( const XMLNode& node ) {
1856 _node = &node;
1857 }
1858 XMLConstHandle( const XMLConstHandle& ref ) {
1859 _node = ref._node;
1860 }

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