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

Method QueryIntValue

sourcecommon/tinyxml2.cpp:1116–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114
1115
1116XMLError XMLAttribute::QueryIntValue( int* value ) const
1117{
1118 if ( XMLUtil::ToInt( Value(), value )) {
1119 return XML_NO_ERROR;
1120 }
1121 return XML_WRONG_ATTRIBUTE_TYPE;
1122}
1123
1124
1125XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected