Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
484
void TiXmlElement::operator=(const TiXmlElement& base)
485
{
486
ClearThis();
487
base.CopyTo(this);
488
}
489
490
TiXmlElement::~TiXmlElement() { ClearThis(); }
491
Callers
nothing calls this directly
Calls
2
CopyTo
Method · 0.80
Clear
Function · 0.50
Tested by
no test coverage detected