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

Function Int64Value

3rdparty/tinyxml2/tinyxml2.h:1170–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168 }
1169
1170 int64_t Int64Value() const {
1171 int64_t i = 0;
1172 QueryInt64Value(&i);
1173 return i;
1174 }
1175
1176 uint64_t Unsigned64Value() const {
1177 uint64_t i = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected