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

Method BoolAttribute

externals/tinyxml2/tinyxml2.cpp:1667–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1665}
1666
1667bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1668{
1669 bool b = defaultValue;
1670 QueryBoolAttribute(name, &b);
1671 return b;
1672}
1673
1674double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1675{

Callers 1

loadMethod · 0.80

Calls 1

QueryBoolAttributeFunction · 0.85

Tested by

no test coverage detected