Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ SetAttribute
Method
SetAttribute
3rdparty/tinyxml2/tinyxml2.cpp:1539–1542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1537
1538
1539
void XMLAttribute::SetAttribute( const char* v )
1540
{
1541
_value.SetStr( v );
1542
}
1543
1544
1545
void XMLAttribute::SetAttribute( int v )
Callers
7
SetAttribute
Function · 0.80
ShallowClone
Method · 0.80
addNodeModelToXML
Function · 0.80
addTreeToXML
Function · 0.80
writeTreeNodesModelXML
Function · 0.80
writeTreeXSD
Function · 0.80
WriteTreeToXML
Function · 0.80
Calls
2
ToStr
Function · 0.85
SetStr
Method · 0.80
Tested by
no test coverage detected