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

Method BoolAttribute

external/tinyxml2.cpp:1630–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628
1629
1630bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1631{
1632 bool b = defaultValue;
1633 QueryBoolAttribute(name, &b);
1634 return b;
1635}
1636
1637double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1638{

Callers 1

xuo_release_loadFunction · 0.80

Calls 1

QueryBoolAttributeFunction · 0.85

Tested by

no test coverage detected