MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / QueryUnsignedValue

Method QueryUnsignedValue

sourcecommon/tinyxml2.cpp:1125–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123
1124
1125XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const
1126{
1127 if ( XMLUtil::ToUnsigned( Value(), value )) {
1128 return XML_NO_ERROR;
1129 }
1130 return XML_WRONG_ATTRIBUTE_TYPE;
1131}
1132
1133
1134XMLError XMLAttribute::QueryBoolValue( bool* value ) const

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected