MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / operator=

Method operator=

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void TiXmlElement::operator=(const TiXmlElement& base)
485{
486 ClearThis();
487 base.CopyTo(this);
488}
489
490TiXmlElement::~TiXmlElement() { ClearThis(); }
491

Callers

nothing calls this directly

Calls 2

CopyToMethod · 0.80
ClearFunction · 0.50

Tested by

no test coverage detected