Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
532
void TiXmlElement::operator=( const TiXmlElement& base )
533
{
534
ClearThis();
535
base.CopyTo( this );
536
}
537
538
539
TiXmlElement::~TiXmlElement()
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected