#include <openingBookConverter.h>
Public メソッド | |
OBState (int startIndex, int nMove, int blackWin, int whiteWin) | |
int | getOBMoveIndex () const |
int | getNOBMove () const |
int | getBlackWinCount () const |
int | getWhiteWinCount () const |
Private 変数 | |
int | OBMoveIndex |
int | nOBMove |
int | blackWinCount |
int | whiteWinCount |
openingBookConverter.h の 6 行で定義されています。
OBState::OBState | ( | int | startIndex, | |
int | nMove, | |||
int | blackWin, | |||
int | whiteWin | |||
) | [inline] |
openingBookConverter.h の 14 行で定義されています。
int OBState::getBlackWinCount | ( | ) | const [inline] |
openingBookConverter.h の 19 行で定義されています。
参照先 blackWinCount.
int OBState::getNOBMove | ( | ) | const [inline] |
openingBookConverter.h の 18 行で定義されています。
参照先 nOBMove.
int OBState::getOBMoveIndex | ( | ) | const [inline] |
openingBookConverter.h の 17 行で定義されています。
参照先 OBMoveIndex.
int OBState::getWhiteWinCount | ( | ) | const [inline] |
openingBookConverter.h の 20 行で定義されています。
参照先 whiteWinCount.
int OBState::blackWinCount [private] |
openingBookConverter.h の 10 行で定義されています。
参照元 getBlackWinCount().
int OBState::nOBMove [private] |
openingBookConverter.h の 9 行で定義されています。
参照元 getNOBMove().
int OBState::OBMoveIndex [private] |
openingBookConverter.h の 8 行で定義されています。
参照元 getOBMoveIndex().
int OBState::whiteWinCount [private] |
openingBookConverter.h の 11 行で定義されています。
参照元 getWhiteWinCount().