Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ CopyTo
Method
CopyTo
extern/oics/tinyxml/tinyxml.cpp:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
176
void TiXmlNode::CopyTo( TiXmlNode* target ) const
177
{
178
target->SetValue (value.c_str() );
179
target->userData = userData;
180
}
181
182
183
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
c_str
Method · 0.80
First
Method · 0.80
SetAttribute
Method · 0.80
Name
Method · 0.80
LinkEndChild
Method · 0.80
Clone
Method · 0.80
SetValue
Method · 0.45
Next
Method · 0.45
Value
Method · 0.45
NextSibling
Method · 0.45
Tested by
no test coverage detected