MCPcopy Create free account
hub / github.com/avast/retdec / XMLConstHandle

Function XMLConstHandle

deps/tinyxml2/include/tinyxml2/tinyxml2.h:2116–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114 explicit XMLConstHandle( const XMLNode& node ) : _node( &node ) {
2115 }
2116 XMLConstHandle( const XMLConstHandle& ref ) : _node( ref._node ) {
2117 }
2118
2119 XMLConstHandle& operator=( const XMLConstHandle& ref ) {
2120 _node = ref._node;

Callers 8

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