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

Method QueryIntValue

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:1254–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252
1253
1254int TiXmlAttribute::QueryIntValue( int* ival ) const
1255{
1256 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
1257 return TIXML_SUCCESS;
1258 return TIXML_WRONG_TYPE;
1259}
1260
1261int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1262{

Callers 3

AttributeMethod · 0.80
QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected