Move

Undocumented in source.

Constructors

this
this(uint from, uint to, bool promote)
Undocumented in source.
this
this(uint koma, uint to)
Undocumented in source.

Members

Aliases

getDropPiece
alias getDropPiece = getFrom
Undocumented in source.

Functions

getCapture
uint getCapture()
Undocumented in source. Be warned that the author may not have intended to support it.
getFrom
uint getFrom()
Undocumented in source. Be warned that the author may not have intended to support it.
getMovePiece
uint getMovePiece()
Undocumented in source. Be warned that the author may not have intended to support it.
getMovePieceWithIsPromote
uint getMovePieceWithIsPromote()
Undocumented in source. Be warned that the author may not have intended to support it.
getTo
uint getTo()
Undocumented in source. Be warned that the author may not have intended to support it.
isDrop
bool isDrop()
Undocumented in source. Be warned that the author may not have intended to support it.
isPromote
bool isPromote()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Move m)
Undocumented in source. Be warned that the author may not have intended to support it.
setUndoInfo
void setUndoInfo(uint k, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_m
int _m;
Undocumented in source.

Meta