MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / QueryUnsignedValue

Method QueryUnsignedValue

src/xml/tinyxml2.cpp:1109–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107
1108
1109XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const {
1110 if ( XMLUtil::ToUnsigned( Value(), value )) {
1111 return XML_NO_ERROR;
1112 }
1113 return XML_WRONG_ATTRIBUTE_TYPE;
1114}
1115
1116
1117XMLError XMLAttribute::QueryBoolValue( bool* value ) const {

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected