Public Member Functions | |
| KeepMax (int initial=-10000) | |
| void | add (int value) |
| int | value () const |
Public Attributes | |
| int | max |
Definition at line 47 of file ratingstat.cc.
| KeepMax::KeepMax | ( | int | initial = -10000 | ) | [inline, explicit] |
Definition at line 50 of file ratingstat.cc.
| void KeepMax::add | ( | int | value | ) | [inline] |
Definition at line 53 of file ratingstat.cc.
References osl::eval::max().
Referenced by test_position().
| int KeepMax::value | ( | ) | const [inline] |
| int KeepMax::max |
Definition at line 49 of file ratingstat.cc.
1.7.6.1