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

Method QueryIntValue

src/xml/tinyxml2.cpp:1101–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099
1100
1101XMLError XMLAttribute::QueryIntValue( int* value ) const {
1102 if ( XMLUtil::ToInt( Value(), value )) {
1103 return XML_NO_ERROR;
1104 }
1105 return XML_WRONG_ATTRIBUTE_TYPE;
1106}
1107
1108
1109XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const {

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected