Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ Name
Method
Name
3rdparty/tinyxml2/tinyxml2.cpp:1432–1435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1430
// --------- XMLAttribute ---------- //
1431
1432
const char* XMLAttribute::Name() const
1433
{
1434
return _name.GetStr();
1435
}
1436
1437
const char* XMLAttribute::Value() const
1438
{
Callers
13
ParseDeep
Method · 0.80
ToElementWithName
Method · 0.80
FindAttribute
Method · 0.80
FindOrCreateAttribute
Method · 0.80
DeleteAttribute
Method · 0.80
ParseAttributes
Method · 0.80
ShallowClone
Method · 0.80
ShallowEqual
Method · 0.80
VisitEnter
Method · 0.80
VerifyXML
Function · 0.80
createNodeFromXML
Method · 0.80
recursivelyCreateSubtree
Method · 0.80
Calls
1
GetStr
Method · 0.80
Tested by
no test coverage detected