Query as a boolean. See IntValue()
| 1187 | } |
| 1188 | /// Query as a boolean. See IntValue() |
| 1189 | bool BoolValue() const { |
| 1190 | bool b=false; |
| 1191 | QueryBoolValue( &b ); |
| 1192 | return b; |
| 1193 | } |
| 1194 | /// Query as a double. See IntValue() |
| 1195 | double DoubleValue() const { |
| 1196 | double d=0; |
nothing calls this directly
no outgoing calls
no test coverage detected