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

Method QueryBoolValue

external/tinyxml2.cpp:1467–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465
1466
1467XMLError XMLAttribute::QueryBoolValue( bool* value ) const
1468{
1469 if ( XMLUtil::ToBool( Value(), value )) {
1470 return XML_SUCCESS;
1471 }
1472 return XML_WRONG_ATTRIBUTE_TYPE;
1473}
1474
1475
1476XMLError XMLAttribute::QueryFloatValue( float* value ) const

Callers 1

QueryBoolAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected