#include <openingBook.h>
Public Member Functions | |
OBMove (Move m, int i) | |
Move | getMove () const |
int | getStateIndex () const |
Private Attributes | |
Move | move |
int | stateIndex |
Definition at line 73 of file openingBook.h.
osl::record::opening::OBMove::OBMove | ( | Move | m, |
int | i | ||
) | [inline] |
Definition at line 78 of file openingBook.h.
Move osl::record::opening::OBMove::getMove | ( | ) | const [inline] |
Definition at line 79 of file openingBook.h.
References move.
Referenced by OpeningBookConverter::writeInNewEditFormat(), and OpeningBookConverter::writeInNewFormat().
int osl::record::opening::OBMove::getStateIndex | ( | ) | const [inline] |
Definition at line 80 of file openingBook.h.
References stateIndex.
Referenced by OpeningBookConverter::writeInNewEditFormat(), and OpeningBookConverter::writeInNewFormat().
Move osl::record::opening::OBMove::move [private] |
Definition at line 75 of file openingBook.h.
Referenced by getMove().
int osl::record::opening::OBMove::stateIndex [private] |
Definition at line 76 of file openingBook.h.
Referenced by getStateIndex().