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

Function XMLHandle

deps/tinyxml2/include/tinyxml2/tinyxml2.h:2038–2039  ·  view source on GitHub ↗

Copy constructor

Source from the content-addressed store, hash-verified

2036 }
2037 /// Copy constructor
2038 XMLHandle( const XMLHandle& ref ) : _node( ref._node ) {
2039 }
2040 /// Assignment
2041 XMLHandle& operator=( const XMLHandle& ref ) {
2042 _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