MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / QueryBoolValue

Method QueryBoolValue

3rdparty/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

no outgoing calls

Tested by

no test coverage detected