MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / CopyTo

Method CopyTo

engine/source/persistence/tinyXML/tinyxml.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144
145void TiXmlNode::CopyTo( TiXmlNode* target ) const
146{
147 target->SetValue (value.c_str() );
148 target->userData = userData;
149 target->location = location;
150}
151
152
153void 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

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

Tested by

no test coverage detected