指手の数を数えるだけ More...
#include <count.h>
Public Member Functions | |
Count () | |
void | simpleMove (Square, Square, Ptype, bool, Player, Move) |
コマをとらないMove More... | |
void | unknownMove (Square, Square, Piece, Ptype, bool, Player, Move) |
コマを取るかもしれないMove More... | |
void | dropMove (Square, Ptype, Player, Move) |
コマを打つMove More... | |
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 | |
int | count |
Definition at line 50 of file count.h.
References dropMove().
|
inline |
Definition at line 40 of file count.h.
References simpleMove().
|
inline |
コマを取るかもしれないMove
from | - 駒の移動元 |
to | - 駒の移動先 |
p1 | - 移動先のマスの駒 |
ptype | - 移動後の駒のptype |
isPromote | - 成りか? |
p | - プレイヤー |
Definition at line 32 of file count.h.
References count.
Referenced by unknownMove().
|
inline |
Definition at line 45 of file count.h.
References unknownMove().
int osl::move_action::Count::count |
Definition at line 15 of file count.h.
Referenced by dropMove(), simpleMove(), and unknownMove().