MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / UnsignedValue

Function UnsignedValue

sourcecommon/tinyxml2.h:1056–1060  ·  view source on GitHub ↗

Query as an unsigned integer. See IntValue()

Source from the content-addressed store, hash-verified

1054 }
1055 /// Query as an unsigned integer. See IntValue()
1056 unsigned UnsignedValue() const {
1057 unsigned i=0;
1058 QueryUnsignedValue( &i );
1059 return i;
1060 }
1061 /// Query as a boolean. See IntValue()
1062 bool BoolValue() const {
1063 bool b=false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected