MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / BoolAttribute

Method BoolAttribute

ReClass/tinyxml2.cpp:1551–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549}
1550
1551bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1552{
1553 bool b = defaultValue;
1554 QueryBoolAttribute(name, &b);
1555 return b;
1556}
1557
1558double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1559{

Callers

nothing calls this directly

Calls 1

QueryBoolAttributeFunction · 0.85

Tested by

no test coverage detected