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

Function Unsigned64Value

3rdparty/tinyxml2/tinyxml2.h:1176–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174 }
1175
1176 uint64_t Unsigned64Value() const {
1177 uint64_t i = 0;
1178 QueryUnsigned64Value(&i);
1179 return i;
1180 }
1181
1182 /// Query as an unsigned integer. See IntValue()
1183 unsigned UnsignedValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected