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

Method QueryIntValue

lib/tinyxml2/tinyxml2.cpp:1195–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193
1194
1195XMLError XMLAttribute::QueryIntValue( int* value ) const
1196{
1197 if ( XMLUtil::ToInt( Value(), value )) {
1198 return XML_NO_ERROR;
1199 }
1200 return XML_WRONG_ATTRIBUTE_TYPE;
1201}
1202
1203
1204XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected