Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
546
void TiXmlElement::operator=( const TiXmlElement& base )
547
{
548
ClearThis();
549
base.CopyTo( this );
550
}
551
552
553
TiXmlElement::~TiXmlElement()
Callers
2
table_proxy.hpp
File · 0.45
basic_object
Class · 0.45
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected