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

Method DoubleText

ReClass/tinyxml2.cpp:1745–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743}
1744
1745double XMLElement::DoubleText(double defaultValue) const
1746{
1747 double d = defaultValue;
1748 QueryDoubleText(&d);
1749 return d;
1750}
1751
1752float XMLElement::FloatText(float defaultValue) const
1753{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected