MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / XMLHandle

Function XMLHandle

native/thirdpart/tinyxml2/tinyxml2.h:2062–2063  ·  view source on GitHub ↗

Copy constructor

Source from the content-addressed store, hash-verified

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