See IntAttribute()
| 1186 | } |
| 1187 | /// See IntAttribute() |
| 1188 | unsigned UnsignedAttribute( const char* name ) const { |
| 1189 | unsigned i=0; |
| 1190 | QueryUnsignedAttribute( name, &i ); |
| 1191 | return i; |
| 1192 | } |
| 1193 | /// See IntAttribute() |
| 1194 | bool BoolAttribute( const char* name ) const { |
| 1195 | bool b=false; |
nothing calls this directly
no test coverage detected