My Project
|
#include <openingBook.h>
Public Member Functions | |
OMove (int i) | |
OMove (Move m) | |
Square | from () |
Square | to () |
bool | isPromotion () |
Ptype | capturePtype () |
Ptype | ptype () |
Player | player () |
operator Move () | |
operator int () | |
Private Attributes | |
int | value |
Definition at line 13 of file openingBook.h.
|
inline |
Definition at line 16 of file openingBook.h.
References value.
|
inline |
Definition at line 17 of file openingBook.h.
References osl::Move::capturePtype(), from(), osl::Move::from(), osl::Square::isPieceStand(), osl::Move::isPromotion(), osl::Move::player(), osl::Move::ptype(), to(), osl::Move::to(), value, osl::Square::x(), and osl::Square::y().
|
inline |
|
inline |
Definition at line 30 of file openingBook.h.
References osl::Square::STAND(), and value.
Referenced by OMove(), and operator Move().
|
inline |
|
inline |
Definition at line 55 of file openingBook.h.
References value.
|
inline |
Definition at line 52 of file openingBook.h.
References capturePtype(), from(), isPromotion(), player(), ptype(), and to().
|
inline |
|
inline |
|
inline |
Definition at line 36 of file openingBook.h.
References osl::Square::STAND(), and value.
Referenced by OMove(), and operator Move().
|
private |
Definition at line 57 of file openingBook.h.
Referenced by capturePtype(), from(), isPromotion(), OMove(), OMove(), operator int(), player(), ptype(), and to().