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

Method QueryIntValue

3rdparty/tinyxml2/tinyxml2.cpp:1476–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474
1475
1476XMLError XMLAttribute::QueryIntValue( int* value ) const
1477{
1478 if ( XMLUtil::ToInt( Value(), value )) {
1479 return XML_SUCCESS;
1480 }
1481 return XML_WRONG_ATTRIBUTE_TYPE;
1482}
1483
1484
1485XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected