MCPcopy Create free account
hub / github.com/crossuo/crossuo / Int64Attribute

Method Int64Attribute

external/tinyxml2.cpp:1608–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1606}
1607
1608int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1609{
1610 int64_t i = defaultValue;
1611 QueryInt64Attribute(name, &i);
1612 return i;
1613}
1614
1615uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const
1616{

Callers

nothing calls this directly

Calls 1

QueryInt64AttributeFunction · 0.85

Tested by

no test coverage detected