MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / QueryIntValue

Method QueryIntValue

Libraries/tinyxml/tinyxml.cpp:1253–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

AttributeMethod · 0.45
QueryIntAttributeMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected