Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ CopyTo
Method
CopyTo
Libraries/tinyxml/tinyxml.cpp:178–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
177
178
void TiXmlNode::CopyTo( TiXmlNode* target ) const
179
{
180
target->SetValue (value.c_str() );
181
target->userData = userData;
182
target->location = location;
183
}
184
185
186
void TiXmlNode::Clear()
Callers
9
TiXmlElement
Method · 0.80
tinyxml.cpp
File · 0.80
TiXmlDocument
Method · 0.80
TiXmlComment
Method · 0.80
TiXmlDeclaration
Method · 0.80
TiXmlText
Method · 0.80
TiXmlText
Class · 0.80
TiXmlUnknown
Method · 0.80
TiXmlUnknown
Class · 0.80
Calls
10
LinkEndChild
Method · 0.80
SetValue
Method · 0.45
c_str
Method · 0.45
First
Method · 0.45
Next
Method · 0.45
SetAttribute
Method · 0.45
Name
Method · 0.45
Value
Method · 0.45
NextSibling
Method · 0.45
Clone
Method · 0.45
Tested by
no test coverage detected