Query as a boolean. See IntValue()
| 1060 | } |
| 1061 | /// Query as a boolean. See IntValue() |
| 1062 | bool BoolValue() const { |
| 1063 | bool b=false; |
| 1064 | QueryBoolValue( &b ); |
| 1065 | return b; |
| 1066 | } |
| 1067 | /// Query as a double. See IntValue() |
| 1068 | double DoubleValue() const { |
| 1069 | double d=0; |
nothing calls this directly
no outgoing calls
no test coverage detected