MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / BoolAttribute

Method BoolAttribute

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1549–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

QueryBoolAttributeFunction · 0.85

Tested by

no test coverage detected