MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryIntValue

Method QueryIntValue

external/tinyxml2.cpp:1422–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420
1421
1422XMLError XMLAttribute::QueryIntValue( int* value ) const
1423{
1424 if ( XMLUtil::ToInt( Value(), value )) {
1425 return XML_SUCCESS;
1426 }
1427 return XML_WRONG_ATTRIBUTE_TYPE;
1428}
1429
1430
1431XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected