MCPcopy Create free account
hub / github.com/DFHack/dfhack / operator=

Method operator=

depends/tinyxml/tinyxml.h:1645–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1643 /// Copy constructor
1644 TiXmlHandle( const TiXmlHandle& ref ) { this->node = ref.node; }
1645 TiXmlHandle operator=( const TiXmlHandle& ref ) { if ( &ref != this ) this->node = ref.node; return *this; }
1646
1647 /// Return a handle to the first child node.
1648 TiXmlHandle FirstChild() const;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64