|
My Project
|
利きのないところへ動くためのフィルタ 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 |
Definition at line 106 of file move_action.h.
References dropMove().
|
inline |
ここは呼ばれないはず
Definition at line 88 of file move_action.h.
References action, osl::alt(), removed, and state.
Referenced by dropMove().
|
inline |
Definition at line 94 of file move_action.h.
References osl::PTYPE_EMPTY, and simpleMove().
|
inline |
Definition at line 79 of file move_action.h.
References action, osl::alt(), removed, and state.
Referenced by simpleMove().
|
inline |
Definition at line 100 of file move_action.h.
References osl::captured(), and unknownMove().
|
inline |
Definition at line 83 of file move_action.h.
References action, osl::alt(), removed, and state.
Referenced by unknownMove().
|
private |
Definition at line 75 of file move_action.h.
Referenced by dropMove(), NoEffectFilter(), simpleMove(), and unknownMove().
|
private |
Definition at line 76 of file move_action.h.
Referenced by dropMove(), NoEffectFilter(), simpleMove(), and unknownMove().
|
private |
Definition at line 74 of file move_action.h.
Referenced by dropMove(), NoEffectFilter(), simpleMove(), and unknownMove().