利きのないところへ動くためのフィルタ More...
#include <move_action.h>
Public Member Functions | |
NoEffectFilter (const NumEffectState &s, OrigAction &action, Square pos) | |
void | simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player, Move m) |
void | unknownMove (Square from, Square to, Piece p1, Ptype ptype, bool isPromote, Player, Move m) |
void | dropMove (Square to, Ptype ptype, Player, Move m) |
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) |
Private Attributes | |
const NumEffectState & | state |
OrigAction & | action |
Square | removed |
利きのないところへ動くためのフィルタ
Definition at line 72 of file move_action.h.
|
inline |
Definition at line 78 of file move_action.h.
|
inline |
|
inline |
Definition at line 106 of file move_action.h.
References osl::move_action::Store::dropMove().
|
inline |
Definition at line 79 of file move_action.h.
References osl::alt().
|
inline |
Definition at line 94 of file move_action.h.
References osl::PTYPE_EMPTY, and osl::move_action::Store::simpleMove().
|
inline |
Definition at line 83 of file move_action.h.
References osl::alt().
|
inline |
Definition at line 100 of file move_action.h.
References osl::Piece::ptype(), and osl::move_action::Store::unknownMove().
|
private |
Definition at line 75 of file move_action.h.
|
private |
Definition at line 76 of file move_action.h.
|
private |
Definition at line 74 of file move_action.h.