BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
ben_bot::search::Move Member List

This is the complete list of members for ben_bot::search::Move, including all inherited members.

castle_kingside(Color color) noexcept -> Moveben_bot::search::Moverelated
castle_queenside(Color color) noexcept -> Moveben_bot::search::Moverelated
from() const noexcept -> Squareben_bot::search::Move
hash() const noexcept -> size_tben_bot::search::Move
is_castling() const noexcept -> boolben_bot::search::Move
is_null() const noexcept -> boolben_bot::search::Moveinline
is_promotion() const noexcept -> boolben_bot::search::Move
is_under_promotion() const noexcept -> boolben_bot::search::Move
Move()=defaultben_bot::search::Move
Move(Square start, Square end, PieceType type, MaybePieceType promotedType=std::nullopt)ben_bot::search::Move
operator<=>(const Move &first, const Move &second) noexcept -> std::strong_orderingben_bot::search::Moverelated
operator==(const Move &) const noexcept -> bool=defaultben_bot::search::Move
piece() const noexcept -> PieceTypeben_bot::search::Move
promoted_type() const noexcept -> MaybePieceTypeben_bot::search::Move
promotion(File file, Color color, PieceType promotedType=PieceType::Queen) noexcept -> Moveben_bot::search::Moverelated
to() const noexcept -> Squareben_bot::search::Move