MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / XMLHandle

Function XMLHandle

sourcecommon/tinyxml2.h:1773–1775  ·  view source on GitHub ↗

Create a handle from a node.

Source from the content-addressed store, hash-verified

1771 }
1772 /// Create a handle from a node.
1773 XMLHandle( XMLNode& node ) {
1774 _node = &node;
1775 }
1776 /// Copy constructor
1777 XMLHandle( const XMLHandle& ref ) {
1778 _node = ref._node;

Callers 9

tinyxml2.hFile · 0.85
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