MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / QueryBoolValue

Method QueryBoolValue

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1407–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405
1406
1407XMLError XMLAttribute::QueryBoolValue( bool* value ) const
1408{
1409 if ( XMLUtil::ToBool( Value(), value )) {
1410 return XML_SUCCESS;
1411 }
1412 return XML_WRONG_ATTRIBUTE_TYPE;
1413}
1414
1415
1416XMLError XMLAttribute::QueryFloatValue( float* value ) const

Callers 1

QueryBoolAttributeFunction · 0.80

Calls 1

ValueFunction · 0.85

Tested by

no test coverage detected