MCPcopy Create free account
hub / github.com/SOUI2/soui / TiXmlComment

Method TiXmlComment

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:1301–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299
1300
1301TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1302{
1303 copy.CopyTo( this );
1304}
1305
1306
1307TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.45

Tested by

no test coverage detected