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

Method IntText

3rdparty/tinyxml2/tinyxml2.cpp:1862–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1860}
1861
1862int XMLElement::IntText(int defaultValue) const
1863{
1864 int i = defaultValue;
1865 QueryIntText(&i);
1866 return i;
1867}
1868
1869unsigned XMLElement::UnsignedText(unsigned defaultValue) const
1870{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected