|
My Project
|
相手の間接利きを止めている駒を動かさない More...
#include <move_action.h>
Public Member Functions | |
| NotKingOpenFilter (const NumEffectState &s, OrigAction &action) | |
| bool | isNotKingOpenMove (Ptype ptype, Square from, Square to) |
| void | simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player p, Move m) |
| void | unknownMove (Square from, Square to, Piece p1, Ptype ptype, bool isPromote, Player p, Move m) |
| void | dropMove (Square to, Ptype ptype, Player p, Move m) |
| dropMoveが自殺手になることはない | |
| 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 | |
| const NumEffectState & | state |
| OrigAction & | action |
相手の間接利きを止めている駒を動かさない
Definition at line 160 of file move_action.h.
|
inline |
Definition at line 165 of file move_action.h.
|
inline |
Definition at line 218 of file move_action.h.
References dropMove().
|
inline |
dropMoveが自殺手になることはない
Definition at line 196 of file move_action.h.
References action.
Referenced by dropMove().
|
inline |
Definition at line 168 of file move_action.h.
References osl::move_classifier::KingOpenMove< P >::isMember(), and state.
Referenced by simpleMove(), and unknownMove().
|
inline |
Definition at line 206 of file move_action.h.
References osl::PTYPE_EMPTY, and simpleMove().
|
inline |
Definition at line 172 of file move_action.h.
References action, and isNotKingOpenMove().
Referenced by simpleMove().
|
inline |
Definition at line 212 of file move_action.h.
References osl::captured(), and unknownMove().
|
inline |
Definition at line 183 of file move_action.h.
References action, and isNotKingOpenMove().
Referenced by unknownMove().
| OrigAction& osl::move_action::NotKingOpenFilter< P, OrigAction >::action |
Definition at line 163 of file move_action.h.
Referenced by dropMove(), NotKingOpenFilter(), simpleMove(), and unknownMove().
| const NumEffectState& osl::move_action::NotKingOpenFilter< P, OrigAction >::state |
Definition at line 162 of file move_action.h.
Referenced by isNotKingOpenMove(), and NotKingOpenFilter().