MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / XMLConstHandle

Function XMLConstHandle

3rdparty/tinyxml2/tinyxml2.h:2143–2144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2141 explicit XMLConstHandle( const XMLNode& node ) : _node( &node ) {
2142 }
2143 XMLConstHandle( const XMLConstHandle& ref ) : _node( ref._node ) {
2144 }
2145
2146 XMLConstHandle& operator=( const XMLConstHandle& ref ) {
2147 _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