MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / QueryDoubleValue

Method QueryDoubleValue

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:1193–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193int TiXmlAttribute::QueryDoubleValue(double* dval) const
1194{
1195 if (sscanf(value.c_str(), "%lf", dval) == 1)
1196 return TIXML_SUCCESS;
1197 return TIXML_WRONG_TYPE;
1198}
1199
1200void TiXmlAttribute::SetIntValue(int _value)
1201{

Callers 1

QueryDoubleAttributeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected