MCPcopy 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
178void TiXmlNode::CopyTo( TiXmlNode* target ) const
179{
180 target->SetValue (value.c_str() );
181 target->userData = userData;
182 target->location = location;
183}
184
185
186void TiXmlNode::Clear()

Callers 9

TiXmlElementMethod · 0.80
tinyxml.cppFile · 0.80
TiXmlDocumentMethod · 0.80
TiXmlCommentMethod · 0.80
TiXmlDeclarationMethod · 0.80
TiXmlTextMethod · 0.80
TiXmlTextClass · 0.80
TiXmlUnknownMethod · 0.80
TiXmlUnknownClass · 0.80

Calls 10

LinkEndChildMethod · 0.80
SetValueMethod · 0.45
c_strMethod · 0.45
FirstMethod · 0.45
NextMethod · 0.45
SetAttributeMethod · 0.45
NameMethod · 0.45
ValueMethod · 0.45
NextSiblingMethod · 0.45
CloneMethod · 0.45

Tested by

no test coverage detected