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

Method IntAttribute

external/tinyxml2.cpp:1594–1599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592}
1593
1594int XMLElement::IntAttribute(const char* name, int defaultValue) const
1595{
1596 int i = defaultValue;
1597 QueryIntAttribute(name, &i);
1598 return i;
1599}
1600
1601unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1602{

Callers

nothing calls this directly

Calls 1

QueryIntAttributeFunction · 0.85

Tested by

no test coverage detected