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

Method IntAttribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1600–1605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598}
1599
1600int XMLElement::IntAttribute(const char* name, int defaultValue) const
1601{
1602 int i = defaultValue;
1603 QueryIntAttribute(name, &i);
1604 return i;
1605}
1606
1607unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1608{

Callers

nothing calls this directly

Calls 1

QueryIntAttributeFunction · 0.85

Tested by

no test coverage detected