Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1290
TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
1291
{
1292
copy.CopyTo( this );
1293
}
1294
1295
1296
void TiXmlComment::operator=( const TiXmlComment& base )
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected