MCPcopy Create free account
hub / github.com/SOUI2/soui / QueryDoubleValue

Method QueryDoubleValue

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:1261–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1262{
1263 if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 )
1264 return TIXML_SUCCESS;
1265 return TIXML_WRONG_TYPE;
1266}
1267
1268void TiXmlAttribute::SetIntValue( int _value )
1269{

Callers 2

AttributeMethod · 0.80
QueryDoubleAttributeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected