Public Member Functions | |
NoCaptureStore (MoveScore *o) | |
void | simpleMove (Square, Square, Ptype, bool, Player, Move move) |
void | unknownMove (Square, Square, Piece p1, Ptype, bool, Player, Move move) |
void | dropMove (Square, Ptype, Player, Move move) |
void | simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player p) |
void | unknownMove (Square from, Square to, Piece captured, Ptype ptype, bool isPromote, Player p) |
void | dropMove (Square to, Ptype ptype, Player p) |
Public Attributes | |
MoveScore * | out |
Definition at line 72 of file moveScore.cc.
|
inline |
Definition at line 74 of file moveScore.cc.
Definition at line 83 of file moveScore.cc.
References out.
Definition at line 99 of file moveScore.cc.
References out.
|
inline |
Definition at line 75 of file moveScore.cc.
References out.
|
inline |
Definition at line 88 of file moveScore.cc.
References out, and osl::PTYPE_EMPTY.
|
inline |
Definition at line 78 of file moveScore.cc.
References osl::Piece::isEmpty(), and out.
|
inline |
Definition at line 93 of file moveScore.cc.
References osl::Piece::isEmpty(), out, and osl::Piece::ptype().
MoveScore* osl::search::NoCaptureStore::out |
Definition at line 73 of file moveScore.cc.
Referenced by osl::search::MoveScore::generateCheckNoCapture(), and osl::search::MoveScore::generateNoCapture().