MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / XMLHandle

Function XMLHandle

Dependencies/tinyxml2/include/tinyxml2.h:2003–2004  ·  view source on GitHub ↗

Copy constructor

Source from the content-addressed store, hash-verified

2001 }
2002 /// Copy constructor
2003 XMLHandle( const XMLHandle& ref ) : _node( ref._node ) {
2004 }
2005 /// Assignment
2006 XMLHandle& operator=( const XMLHandle& ref ) {
2007 _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