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

Method SetAttribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1510–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508}
1509
1510void XMLAttribute::SetAttribute(const char* v)
1511{
1512 _value.SetStr(v);
1513}
1514
1515void XMLAttribute::SetAttribute(int v)
1516{

Callers 2

SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected