MCPcopy 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
1280TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
1281{
1282 copy.CopyTo( this );
1283}
1284
1285
1286void TiXmlComment::operator=( const TiXmlComment& base )

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected