|
BenBot 1.7.5
A chess engine
|
This is the complete list of members for chess::game::Move, including all inherited members.
| castle_kingside(Color color) noexcept -> Move | chess::game::Move | related |
| castle_queenside(Color color) noexcept -> Move | chess::game::Move | related |
| from() const noexcept -> Square | chess::game::Move | |
| hash() const noexcept -> size_t | chess::game::Move | |
| is_castling() const noexcept -> bool | chess::game::Move | |
| is_null() const noexcept -> bool | chess::game::Move | inline |
| is_promotion() const noexcept -> bool | chess::game::Move | |
| is_under_promotion() const noexcept -> bool | chess::game::Move | |
| Move()=default | chess::game::Move | |
| Move(Square start, Square end, PieceType type, MaybePieceType promotedType=std::nullopt) | chess::game::Move | |
| operator<=>(const Move &first, const Move &second) noexcept -> std::strong_ordering | chess::game::Move | related |
| operator==(const Move &) const noexcept -> bool=default | chess::game::Move | |
| piece() const noexcept -> PieceType | chess::game::Move | |
| promoted_type() const noexcept -> MaybePieceType | chess::game::Move | |
| promotion(File file, Color color, PieceType promotedType=PieceType::Queen) noexcept -> Move | chess::game::Move | related |
| to() const noexcept -> Square | chess::game::Move |