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 osl::move_action::NoEffectFilter< P, OrigAction >::dropMove().
|
inline |
ここは呼ばれないはず
Definition at line 88 of file move_action.h.
References osl::move_action::NoEffectFilter< P, OrigAction >::action, osl::alt(), osl::move_action::NoEffectFilter< P, OrigAction >::removed, and osl::move_action::NoEffectFilter< P, OrigAction >::state.
Referenced by osl::move_action::NoEffectFilter< P, OrigAction >::dropMove().
|
inline |
Definition at line 94 of file move_action.h.
References osl::PTYPE_EMPTY, and osl::move_action::NoEffectFilter< P, OrigAction >::simpleMove().
|
inline |
Definition at line 79 of file move_action.h.
References osl::move_action::NoEffectFilter< P, OrigAction >::action, osl::alt(), osl::move_action::NoEffectFilter< P, OrigAction >::removed, and osl::move_action::NoEffectFilter< P, OrigAction >::state.
Referenced by osl::move_action::NoEffectFilter< P, OrigAction >::simpleMove().
|
inline |
Definition at line 100 of file move_action.h.
References osl::captured(), and osl::move_action::NoEffectFilter< P, OrigAction >::unknownMove().
|
inline |
Definition at line 83 of file move_action.h.
References osl::move_action::NoEffectFilter< P, OrigAction >::action, osl::alt(), osl::move_action::NoEffectFilter< P, OrigAction >::removed, and osl::move_action::NoEffectFilter< P, OrigAction >::state.
Referenced by osl::move_action::NoEffectFilter< P, OrigAction >::unknownMove().
|
private |
Definition at line 75 of file move_action.h.
Referenced by osl::move_action::NoEffectFilter< P, OrigAction >::dropMove(), osl::move_action::NoEffectFilter< P, OrigAction >::simpleMove(), and osl::move_action::NoEffectFilter< P, OrigAction >::unknownMove().
|
private |
Definition at line 76 of file move_action.h.
Referenced by osl::move_action::NoEffectFilter< P, OrigAction >::dropMove(), osl::move_action::NoEffectFilter< P, OrigAction >::simpleMove(), and osl::move_action::NoEffectFilter< P, OrigAction >::unknownMove().
|
private |
Definition at line 74 of file move_action.h.
Referenced by osl::move_action::NoEffectFilter< P, OrigAction >::dropMove(), osl::move_action::NoEffectFilter< P, OrigAction >::simpleMove(), and osl::move_action::NoEffectFilter< P, OrigAction >::unknownMove().