MCPcopy Create free account
hub / github.com/DFHack/dfhack / TiXmlComment

Method TiXmlComment

depends/tinyxml/tinyxml.cpp:1283–1286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281
1282
1283TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1284{
1285 copy.CopyTo( this );
1286}
1287
1288
1289TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.45

Tested by

no test coverage detected