fullquottel
|
Structure to store the rating of an integer test: More...
Public Member Functions | |
double | rate (bool value) const |
![]() | |
RatingBase () |
Additional Inherited Members | |
![]() | |
bool | active |
to turn the test on and off. | |
double | score |
score that should be added if the test succeeds. |
Structure to store the rating of an integer test:
resultscore = value ? score : 0;
double BoolRating::rate | ( | bool | value | ) | const |