MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / QueryIntValue

Method QueryIntValue

ReClass/tinyxml2.cpp:1382–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380
1381
1382XMLError XMLAttribute::QueryIntValue( int* value ) const
1383{
1384 if ( XMLUtil::ToInt( Value(), value )) {
1385 return XML_SUCCESS;
1386 }
1387 return XML_WRONG_ATTRIBUTE_TYPE;
1388}
1389
1390
1391XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected