MCPcopy 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
1303TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1304{
1305 copy.CopyTo( this );
1306}
1307
1308
1309TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected