Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ Name
Method
Name
examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1411–1414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1409
// --------- XMLAttribute ---------- //
1410
1411
const char* XMLAttribute::Name() const
1412
{
1413
return _name.GetStr();
1414
}
1415
1416
const char* XMLAttribute::Value() const
1417
{
Callers
11
get_double_attribute_by_name
Function · 0.80
get_int_attribute_by_name
Function · 0.80
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
Calls
1
GetStr
Method · 0.80
Tested by
no test coverage detected