| 64 | double score_; |
| 65 | |
| 66 | ObjectScore() |
| 67 | : player_( static_cast< AbstractPlayerObject * >( 0 ) ), |
| 68 | number_( -1 ), |
| 69 | score_( -65535.0 ) |
| 70 | { } |
| 71 | |
| 72 | struct Compare { |
| 73 | bool operator()( const ObjectScore & lhs, |
nothing calls this directly
no outgoing calls
no test coverage detected