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

Method QueryUnsignedValue

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1316–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314
1315
1316XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const
1317{
1318 if ( XMLUtil::ToUnsigned( Value(), value )) {
1319 return XML_SUCCESS;
1320 }
1321 return XML_WRONG_ATTRIBUTE_TYPE;
1322}
1323
1324
1325XMLError XMLAttribute::QueryInt64Value(int64_t* value) const

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected