tartan 1.2.2.1
Chess API
|
This is the complete list of members for tt::chess::Pawn::Turn, including all inherited members.
apply(int mode=0) override | tt::chess::Pawn::Turn | virtual |
capture() const | tt::Piece::Turn | inline |
capture() | tt::Piece::Turn | inline |
clone() const -> std::decay< decltype(*this)>::type * | tt::Piece::Turn | virtual |
from() const | tt::Piece::Turn | inline |
isEqual(const Piece::Turn &) const override | tt::chess::Pawn::Turn | virtual |
piece() const | tt::Piece::Turn | inline |
piece() | tt::Piece::Turn | inline |
possible() const | tt::Piece::Turn | inline |
promoteTo() const | tt::chess::Pawn::Turn | inline |
setPossible(bool c) | tt::Piece::Turn | inline |
str() const | tt::Piece::Turn | virtual |
t_capture | tt::Piece::Turn | protected |
t_from | tt::Piece::Turn | protected |
t_piece | tt::Piece::Turn | protected |
t_possible | tt::Piece::Turn | protected |
t_to | tt::Piece::Turn | protected |
to() const | tt::Piece::Turn | inline |
Turn(const Piece *tpiece, const Position &to, const Piece *cap=nullptr, bool possible=true) | tt::Piece::Turn | |
undo() | tt::Piece::Turn | virtual |
~Turn()=default (defined in tt::Piece::Turn) | tt::Piece::Turn | virtual |