Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ TiXmlComment
Method
TiXmlComment
Libraries/tinyxml/tinyxml.cpp:1303–1306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1301
1302
1303
TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1304
{
1305
copy.CopyTo( this );
1306
}
1307
1308
1309
TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected