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

Method UnsignedText

3rdparty/tinyxml2/tinyxml2.cpp:1869–1874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869unsigned XMLElement::UnsignedText(unsigned defaultValue) const
1870{
1871 unsigned i = defaultValue;
1872 QueryUnsignedText(&i);
1873 return i;
1874}
1875
1876int64_t XMLElement::Int64Text(int64_t defaultValue) const
1877{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected