#include <openingBookConverter.h>
Public Member Functions | |
OBState (int startIndex, int nMove, int blackWin, int whiteWin) | |
int | getOBMoveIndex () const |
int | getNOBMove () const |
int | getBlackWinCount () const |
int | getWhiteWinCount () const |
Private Attributes | |
int | OBMoveIndex |
int | nOBMove |
int | blackWinCount |
int | whiteWinCount |
Definition at line 6 of file openingBookConverter.h.
OBState::OBState | ( | int | startIndex, |
int | nMove, | ||
int | blackWin, | ||
int | whiteWin | ||
) | [inline] |
Definition at line 14 of file openingBookConverter.h.
int OBState::getBlackWinCount | ( | ) | const [inline] |
Definition at line 19 of file openingBookConverter.h.
References blackWinCount.
Referenced by OpeningBookConverter::writeInNewFormat().
int OBState::getNOBMove | ( | ) | const [inline] |
Definition at line 18 of file openingBookConverter.h.
References nOBMove.
Referenced by OpeningBookConverter::writeInNewEditFormat().
int OBState::getOBMoveIndex | ( | ) | const [inline] |
Definition at line 17 of file openingBookConverter.h.
References OBMoveIndex.
Referenced by OpeningBookConverter::writeInNewEditFormat().
int OBState::getWhiteWinCount | ( | ) | const [inline] |
Definition at line 20 of file openingBookConverter.h.
References whiteWinCount.
Referenced by OpeningBookConverter::writeInNewFormat().
int OBState::blackWinCount [private] |
Definition at line 10 of file openingBookConverter.h.
Referenced by getBlackWinCount().
int OBState::nOBMove [private] |
Definition at line 9 of file openingBookConverter.h.
Referenced by getNOBMove().
int OBState::OBMoveIndex [private] |
Definition at line 8 of file openingBookConverter.h.
Referenced by getOBMoveIndex().
int OBState::whiteWinCount [private] |
Definition at line 11 of file openingBookConverter.h.
Referenced by getWhiteWinCount().