Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void TiXmlNode::CopyTo( TiXmlNode* target ) const
162
{
163
target->SetValue (value.c_str() );
164
target->userData = userData;
165
target->location = location;
166
}
167
168
169
void TiXmlNode::Clear()
Callers
9
TiXmlElement
Method · 0.80
tinyxml.cpp
File · 0.80
TiXmlDocument
Method · 0.80
TiXmlComment
Method · 0.80
TiXmlDeclaration
Method · 0.80
TiXmlText
Method · 0.80
TiXmlText
Class · 0.80
TiXmlUnknown
Method · 0.80
TiXmlUnknown
Class · 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