MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / QueryIntValue

Method QueryIntValue

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1307–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305
1306
1307XMLError XMLAttribute::QueryIntValue( int* value ) const
1308{
1309 if ( XMLUtil::ToInt( Value(), value )) {
1310 return XML_SUCCESS;
1311 }
1312 return XML_WRONG_ATTRIBUTE_TYPE;
1313}
1314
1315
1316XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected