MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryUnsignedValue

Method QueryUnsignedValue

external/tinyxml2.cpp:1431–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429
1430
1431XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const
1432{
1433 if ( XMLUtil::ToUnsigned( Value(), value )) {
1434 return XML_SUCCESS;
1435 }
1436 return XML_WRONG_ATTRIBUTE_TYPE;
1437}
1438
1439
1440XMLError XMLAttribute::QueryInt64Value(int64_t* value) const

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected