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

Function XMLConstHandle

Dependencies/tinyxml2/include/tinyxml2.h:2081–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2079 explicit XMLConstHandle( const XMLNode& node ) : _node( &node ) {
2080 }
2081 XMLConstHandle( const XMLConstHandle& ref ) : _node( ref._node ) {
2082 }
2083
2084 XMLConstHandle& operator=( const XMLConstHandle& ref ) {
2085 _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