MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / XMLHandle

Function XMLHandle

externals/tinyxml2/tinyxml2.h:2065–2066  ·  view source on GitHub ↗

Copy constructor

Source from the content-addressed store, hash-verified

2063 }
2064 /// Copy constructor
2065 XMLHandle( const XMLHandle& ref ) : _node( ref._node ) {
2066 }
2067 /// Assignment
2068 XMLHandle& operator=( const XMLHandle& ref ) {
2069 _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