MCPcopy 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
1432const char* XMLAttribute::Name() const
1433{
1434 return _name.GetStr();
1435}
1436
1437const char* XMLAttribute::Value() const
1438{

Callers 13

ParseDeepMethod · 0.80
ToElementWithNameMethod · 0.80
FindAttributeMethod · 0.80
FindOrCreateAttributeMethod · 0.80
DeleteAttributeMethod · 0.80
ParseAttributesMethod · 0.80
ShallowCloneMethod · 0.80
ShallowEqualMethod · 0.80
VisitEnterMethod · 0.80
VerifyXMLFunction · 0.80
createNodeFromXMLMethod · 0.80

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected