MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / operator=

Method operator=

cpp/tinyxml/tinyxml.cpp:532–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530
531
532void TiXmlElement::operator=( const TiXmlElement& base )
533{
534 ClearThis();
535 base.CopyTo( this );
536}
537
538
539TiXmlElement::~TiXmlElement()

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected