MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / QueryIntValue

Method QueryIntValue

libs/IO/TinyXML2.cpp:1445–1451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443
1444
1445XMLError XMLAttribute::QueryIntValue( int* value ) const
1446{
1447 if ( XMLUtil::ToInt( Value(), value )) {
1448 return XML_SUCCESS;
1449 }
1450 return XML_WRONG_ATTRIBUTE_TYPE;
1451}
1452
1453
1454XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls 1

ValueClass · 0.85

Tested by

no test coverage detected