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