MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / DoubleAttribute

Method DoubleAttribute

ReClass/tinyxml2.cpp:1558–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1559{
1560 double d = defaultValue;
1561 QueryDoubleAttribute(name, &d);
1562 return d;
1563}
1564
1565float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1566{

Callers

nothing calls this directly

Calls 1

QueryDoubleAttributeFunction · 0.85

Tested by

no test coverage detected