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

Method QueryFloatValue

3rdparty/tinyxml2/tinyxml2.cpp:1521–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519
1520
1521XMLError XMLAttribute::QueryFloatValue( float* value ) const
1522{
1523 if ( XMLUtil::ToFloat( Value(), value )) {
1524 return XML_SUCCESS;
1525 }
1526 return XML_WRONG_ATTRIBUTE_TYPE;
1527}
1528
1529
1530XMLError XMLAttribute::QueryDoubleValue( double* value ) const

Callers 1

QueryFloatAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected