MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / QueryBoolValue

Method QueryBoolValue

externals/tinyxml2/tinyxml2.cpp:1512–1518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1510
1511
1512XMLError XMLAttribute::QueryBoolValue( bool* value ) const
1513{
1514 if ( XMLUtil::ToBool( Value(), value )) {
1515 return XML_SUCCESS;
1516 }
1517 return XML_WRONG_ATTRIBUTE_TYPE;
1518}
1519
1520
1521XMLError XMLAttribute::QueryFloatValue( float* value ) const

Callers 1

QueryBoolAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected