MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / QueryBoolValue

Method QueryBoolValue

ReClass/tinyxml2.cpp:1409–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

QueryBoolAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected