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

Method BoolText

ReClass/tinyxml2.cpp:1738–1743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736}
1737
1738bool XMLElement::BoolText(bool defaultValue) const
1739{
1740 bool b = defaultValue;
1741 QueryBoolText(&b);
1742 return b;
1743}
1744
1745double XMLElement::DoubleText(double defaultValue) const
1746{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected