Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ CopyTo
Method
CopyTo
cpp/tinyxml/tinyxml.cpp:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
162
void TiXmlNode::CopyTo( TiXmlNode* target ) const
163
{
164
target->SetValue (value.c_str() );
165
target->userData = userData;
166
}
167
168
169
void TiXmlNode::Clear()
Callers
9
TiXmlElement
Method · 0.80
operator=
Method · 0.80
TiXmlDocument
Method · 0.80
TiXmlComment
Method · 0.80
TiXmlDeclaration
Method · 0.80
TiXmlText
Method · 0.80
operator=
Method · 0.80
TiXmlUnknown
Method · 0.80
operator=
Method · 0.80
Calls
10
First
Method · 0.80
SetAttribute
Method · 0.80
Name
Method · 0.80
LinkEndChild
Method · 0.80
SetValue
Method · 0.45
c_str
Method · 0.45
Next
Method · 0.45
Value
Method · 0.45
NextSibling
Method · 0.45
Clone
Method · 0.45
Tested by
no test coverage detected