MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / QueryIntValue

Method QueryIntValue

engine/source/persistence/tinyXML/tinyxml.cpp:1208–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206
1207
1208int TiXmlAttribute::QueryIntValue( int* ival ) const
1209{
1210 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
1211 return TIXML_SUCCESS;
1212 return TIXML_WRONG_TYPE;
1213}
1214
1215int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1216{

Callers 3

AttributeMethod · 0.80
QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected