Public Member Functions | |
WinLoss () | |
double | getRate () const |
bool | isEmpty () const |
Public Attributes | |
unsigned int | wins |
unsigned int | losses |
Definition at line 26 of file win-rate-openingbook-weight-level.cc.
|
inline |
Definition at line 31 of file win-rate-openingbook-weight-level.cc.
|
inline |
Definition at line 35 of file win-rate-openingbook-weight-level.cc.
Referenced by operator<<().
|
inline |
Definition at line 43 of file win-rate-openingbook-weight-level.cc.
unsigned int WinLoss::losses |
Definition at line 29 of file win-rate-openingbook-weight-level.cc.
Referenced by operator<<(), Result::printAtDepth(), and Result::printByLevel().
unsigned int WinLoss::wins |
Definition at line 28 of file win-rate-openingbook-weight-level.cc.
Referenced by operator<<(), Result::printAtDepth(), and Result::printByLevel().