MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / BoolText

Method BoolText

3rdparty/tinyxml2/tinyxml2.cpp:1890–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1888}
1889
1890bool XMLElement::BoolText(bool defaultValue) const
1891{
1892 bool b = defaultValue;
1893 QueryBoolText(&b);
1894 return b;
1895}
1896
1897double XMLElement::DoubleText(double defaultValue) const
1898{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected