Public メソッド | |
WinLoss () | |
double | getRate () const |
bool | isEmpty () const |
Public 変数 | |
unsigned int | wins |
unsigned int | losses |
win-rate-openingbook-weight-level.cc の 26 行で定義されています。
WinLoss::WinLoss | ( | ) | [inline] |
win-rate-openingbook-weight-level.cc の 31 行で定義されています。
double WinLoss::getRate | ( | ) | const [inline] |
win-rate-openingbook-weight-level.cc の 35 行で定義されています。
参照先 isEmpty(), losses, と wins.
参照元 operator<<().
bool WinLoss::isEmpty | ( | ) | const [inline] |
unsigned int WinLoss::losses |
win-rate-openingbook-weight-level.cc の 29 行で定義されています。
参照元 getRate(), isEmpty(), operator<<(), Result::printAtDepth(), と Result::printByLevel().
unsigned int WinLoss::wins |
win-rate-openingbook-weight-level.cc の 28 行で定義されています。
参照元 getRate(), isEmpty(), operator<<(), Result::printAtDepth(), と Result::printByLevel().