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

Method DoubleAttribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1628–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626}
1627
1628double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1629{
1630 double d = defaultValue;
1631 QueryDoubleAttribute(name, &d);
1632 return d;
1633}
1634
1635float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1636{

Callers

nothing calls this directly

Calls 1

QueryDoubleAttributeFunction · 0.85

Tested by

no test coverage detected