Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ TiXmlComment
Method
TiXmlComment
extern/oics/tinyxml/tinyxml.cpp:1280–1283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1278
1279
1280
TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
1281
{
1282
copy.CopyTo( this );
1283
}
1284
1285
1286
void TiXmlComment::operator=( const TiXmlComment& base )
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected