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 osl::move_action::NotKingOpenFilter< P, OrigAction >::dropMove().
|
inline |
dropMoveが自殺手になることはない
Definition at line 196 of file move_action.h.
References osl::move_action::NotKingOpenFilter< P, OrigAction >::action.
Referenced by osl::move_action::NotKingOpenFilter< P, OrigAction >::dropMove().
|
inline |
Definition at line 168 of file move_action.h.
References osl::move_classifier::KingOpenMove< P >::isMember(), and osl::move_action::NotKingOpenFilter< P, OrigAction >::state.
Referenced by osl::move_action::NotKingOpenFilter< P, OrigAction >::simpleMove(), and osl::move_action::NotKingOpenFilter< P, OrigAction >::unknownMove().
|
inline |
Definition at line 206 of file move_action.h.
References osl::PTYPE_EMPTY, and osl::move_action::NotKingOpenFilter< P, OrigAction >::simpleMove().
|
inline |
Definition at line 172 of file move_action.h.
References osl::move_action::NotKingOpenFilter< P, OrigAction >::action, and osl::move_action::NotKingOpenFilter< P, OrigAction >::isNotKingOpenMove().
Referenced by osl::move_action::NotKingOpenFilter< P, OrigAction >::simpleMove().
|
inline |
Definition at line 212 of file move_action.h.
References osl::captured(), and osl::move_action::NotKingOpenFilter< P, OrigAction >::unknownMove().
|
inline |
Definition at line 183 of file move_action.h.
References osl::move_action::NotKingOpenFilter< P, OrigAction >::action, and osl::move_action::NotKingOpenFilter< P, OrigAction >::isNotKingOpenMove().
Referenced by osl::move_action::NotKingOpenFilter< P, OrigAction >::unknownMove().
OrigAction& osl::move_action::NotKingOpenFilter< P, OrigAction >::action |
const NumEffectState& osl::move_action::NotKingOpenFilter< P, OrigAction >::state |
Definition at line 162 of file move_action.h.
Referenced by osl::move_action::NotKingOpenFilter< P, OrigAction >::isNotKingOpenMove().