MCPcopy Create free account
hub / github.com/OpenMW/openmw / operator=

Method operator=

extern/oics/tinyxml/tinyxml.cpp:546–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544
545
546void TiXmlElement::operator=( const TiXmlElement& base )
547{
548 ClearThis();
549 base.CopyTo( this );
550}
551
552
553TiXmlElement::~TiXmlElement()

Callers 2

table_proxy.hppFile · 0.45
basic_objectClass · 0.45

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected