MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / CopyTo

Method CopyTo

lesson7-Detection/src/utils/tinyxml.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161void TiXmlNode::CopyTo( TiXmlNode* target ) const
162{
163 target->SetValue (value.c_str() );
164 target->userData = userData;
165 target->location = location;
166}
167
168
169void 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
CloneMethod · 0.80
SetValueMethod · 0.45
NextMethod · 0.45
ValueMethod · 0.45
NextSiblingMethod · 0.45

Tested by

no test coverage detected