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

Method Int64Text

3rdparty/tinyxml2/tinyxml2.cpp:1876–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874}
1875
1876int64_t XMLElement::Int64Text(int64_t defaultValue) const
1877{
1878 int64_t i = defaultValue;
1879 QueryInt64Text(&i);
1880 return i;
1881}
1882
1883uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) const
1884{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected