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

Method Unsigned64Text

3rdparty/tinyxml2/tinyxml2.cpp:1883–1888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1881}
1882
1883uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) const
1884{
1885 uint64_t i = defaultValue;
1886 QueryUnsigned64Text(&i);
1887 return i;
1888}
1889
1890bool XMLElement::BoolText(bool defaultValue) const
1891{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected