MCPcopy Create free account
hub / github.com/JayXon/Leanify / QueryUnsignedValue

Method QueryUnsignedValue

lib/tinyxml2/tinyxml2.cpp:1204–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202
1203
1204XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const
1205{
1206 if ( XMLUtil::ToUnsigned( Value(), value )) {
1207 return XML_NO_ERROR;
1208 }
1209 return XML_WRONG_ATTRIBUTE_TYPE;
1210}
1211
1212
1213XMLError XMLAttribute::QueryBoolValue( bool* value ) const

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected