MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CopyTo

Method CopyTo

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void TiXmlNode::CopyTo(TiXmlNode* target) const
141{
142 target->SetValue(value.c_str());
143 target->userData = userData;
144}
145
146void TiXmlNode::Clear()
147{

Callers 9

TiXmlElementMethod · 0.80
operator=Method · 0.80
TiXmlDocumentMethod · 0.80
TiXmlCommentMethod · 0.80
TiXmlDeclarationMethod · 0.80
TiXmlTextMethod · 0.80
operator=Method · 0.80
TiXmlUnknownMethod · 0.80
operator=Method · 0.80

Calls 10

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

Tested by

no test coverage detected