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

Method QueryInt64Value

3rdparty/tinyxml2/tinyxml2.cpp:1494–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492
1493
1494XMLError XMLAttribute::QueryInt64Value(int64_t* value) const
1495{
1496 if (XMLUtil::ToInt64(Value(), value)) {
1497 return XML_SUCCESS;
1498 }
1499 return XML_WRONG_ATTRIBUTE_TYPE;
1500}
1501
1502
1503XMLError XMLAttribute::QueryUnsigned64Value(uint64_t* value) const

Callers 1

QueryInt64AttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected