MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / SetName

Method SetName

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1451–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451void XMLAttribute::SetName(const char* n)
1452{
1453 _name.SetStr(n);
1454}
1455
1456XMLError XMLAttribute::QueryIntValue(int* value) const
1457{

Callers 10

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80
AddOptionMethod · 0.80
GWEN_CONTROL_CONSTRUCTORFunction · 0.80
GWEN_CONTROL_CONSTRUCTORFunction · 0.80
AddItemMethod · 0.80
CreateColorControlMethod · 0.80
CreateControlsMethod · 0.80
AddItemMethod · 0.80
OnButtonPressMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected