MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / TiXmlComment

Method TiXmlComment

engine/source/persistence/tinyXML/tinyxml.cpp:1255–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253
1254
1255TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1256{
1257 copy.CopyTo( this );
1258}
1259
1260
1261TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected