tartan 1.2.2.1
Chess API
|
▼Cstd::array< T > [external] | STL class |
▼Ctt::Board | 8x8 game board |
Ctt::chess::Chessboard | Chess game board |
▼Cstd::exception [external] | STL class |
▼Cstd::logic_error [external] | STL class |
▼Ctt::ex::tartan | Base class for all tartan exceptions |
Ctt::chess::ex::no_king | Thrown when tt::chess::Chessboard has no King object of certain tt::Piece::Color |
▼Ctt::ex::bad_piece | Base class for exceptions about pieces |
Ctt::chess::ex::duplicate_king | Thrown when inserted King is already provided |
Ctt::ex::bad_piece_spec | Thrown when Board::piece() can not recognize Piece specification |
Ctt::ex::foreign_piece | Thrown when piece does not belong to Board object in which it is being processed |
Ctt::ex::null_piece | Thrown when Piece pointer is nullptr when it should not be |
Ctt::ex::position_is_taken | Thrown when Piece Position on Board is occupied when it should not to |
Ctt::ex::bad_piece_type | Thrown when tt::Board::getPieceType() returns std::type_info that is not mentioned in its argument |
Ctt::ex::bad_set | Exception when Board::set() functions fail |
▼Ctt::ex::illegal_move | Base class for Board::makeMove() function errors |
▼Ctt::chess::ex::check | Thrown when turn cannot be perfomred because of King beeing in check |
Ctt::chess::ex::checkmate | Thrown when turn cannot be perfomred because of King is under checkmate |
Ctt::ex::can_not_move | Thrown when Board::makeMove() is performed on Piece that can not make any moves |
Ctt::ex::no_such_move | Thrown when piece moved with Board::makeMove() can not have such move |
Ctt::ex::piece_in_wrong_color | Thrown when trying to Board::makeMove() on Piece that has wrong Piece::Color |
Ctt::ex::tile_is_empty | Thrown when selected Piece location is empty of the Board |
Ctt::ex::illegal_turn | Thrown when constructed Piece::Turn object is malformed |
▼Cstd::list< Turn * > [external] | |
Ctt::Piece::TurnMap | List of Turn objects |
▼Ctt::Piece | Generic board memeber API |
Ctt::chess::Bishop | Bishop chess Piece |
Ctt::chess::King | King chess Piece |
Ctt::chess::Knight | Knight chess Piece |
Ctt::chess::Pawn | Pawn chess Piece |
Ctt::chess::Queen | Queen chess Piece |
Ctt::chess::Rook | Rook chess Piece |
Ctt::Piece::Position | Piece position at the Board |
▼Ctt::Piece::Turn | Generic Piece Turn on Board |
Ctt::chess::Bishop::Turn | Bishop Turn |
Ctt::chess::King::Turn | King Turn |
Ctt::chess::Knight::Turn | Knight Turn |
Ctt::chess::Pawn::Turn | Pawn Turn |
Ctt::chess::Queen::Turn | Queen Turn |
Ctt::chess::Rook::Turn | Rook Turn |