Query as a float. See IntValue()
| 1199 | } |
| 1200 | /// Query as a float. See IntValue() |
| 1201 | float FloatValue() const { |
| 1202 | float f=0; |
| 1203 | QueryFloatValue( &f ); |
| 1204 | return f; |
| 1205 | } |
| 1206 | |
| 1207 | /** QueryIntValue interprets the attribute as an integer, and returns the value |
| 1208 | in the provided parameter. The function will return XML_SUCCESS on success, |
nothing calls this directly
no outgoing calls
no test coverage detected