MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/RadeonProRender-Baikal / QueryIntValue

Method QueryIntValue

Baikal/XML/tinyxml2.cpp:1341–1347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339
1340
1341XMLError XMLAttribute::QueryIntValue( int* value ) const
1342{
1343 if ( XMLUtil::ToInt( Value(), value )) {
1344 return XML_SUCCESS;
1345 }
1346 return XML_WRONG_ATTRIBUTE_TYPE;
1347}
1348
1349
1350XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected