Query as an unsigned integer. See IntValue()
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected