MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / TiXmlComment

Method TiXmlComment

cpp/tinyxml/tinyxml.cpp:1290–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288
1289
1290TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
1291{
1292 copy.CopyTo( this );
1293}
1294
1295
1296void TiXmlComment::operator=( const TiXmlComment& base )

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected