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

Method Int64Attribute

3rdparty/tinyxml2/tinyxml2.cpp:1653–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651}
1652
1653int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1654{
1655 int64_t i = defaultValue;
1656 QueryInt64Attribute(name, &i);
1657 return i;
1658}
1659
1660uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const
1661{

Callers

nothing calls this directly

Calls 1

QueryInt64AttributeFunction · 0.85

Tested by

no test coverage detected