MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / IntAttribute

Method IntAttribute

externals/tinyxml2/tinyxml2.cpp:1639–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639int XMLElement::IntAttribute(const char* name, int defaultValue) const
1640{
1641 int i = defaultValue;
1642 QueryIntAttribute(name, &i);
1643 return i;
1644}
1645
1646unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1647{

Callers 3

loadMethod · 0.80
loadFunctionMethod · 0.80

Calls 1

QueryIntAttributeFunction · 0.85

Tested by

no test coverage detected