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

Method DoubleText

3rdparty/tinyxml2/tinyxml2.cpp:1897–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1895}
1896
1897double XMLElement::DoubleText(double defaultValue) const
1898{
1899 double d = defaultValue;
1900 QueryDoubleText(&d);
1901 return d;
1902}
1903
1904float XMLElement::FloatText(float defaultValue) const
1905{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected