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

Method QueryIntValue

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:1186–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186int TiXmlAttribute::QueryIntValue(int* ival) const
1187{
1188 if (sscanf(value.c_str(), "%d", ival) == 1)
1189 return TIXML_SUCCESS;
1190 return TIXML_WRONG_TYPE;
1191}
1192
1193int TiXmlAttribute::QueryDoubleValue(double* dval) const
1194{

Callers 1

QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected