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

Function UnsignedValue

3rdparty/tinyxml2/tinyxml2.h:1183–1187  ·  view source on GitHub ↗

Query as an unsigned integer. See IntValue()

Source from the content-addressed store, hash-verified

1181
1182 /// Query as an unsigned integer. See IntValue()
1183 unsigned UnsignedValue() const {
1184 unsigned i=0;
1185 QueryUnsignedValue( &i );
1186 return i;
1187 }
1188 /// Query as a boolean. See IntValue()
1189 bool BoolValue() const {
1190 bool b=false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected