MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / QueryUnsignedValue

Method QueryUnsignedValue

3rdparty/tinyxml2/tinyxml2.cpp:1485–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483
1484
1485XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const
1486{
1487 if ( XMLUtil::ToUnsigned( Value(), value )) {
1488 return XML_SUCCESS;
1489 }
1490 return XML_WRONG_ATTRIBUTE_TYPE;
1491}
1492
1493
1494XMLError XMLAttribute::QueryInt64Value(int64_t* value) const

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected