tartan 1.2.2.1
Chess API
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 Cstd::array< T > [external]STL class
 Ctt::Board8x8 game board
 Ctt::chess::ChessboardChess game board
 Cstd::exception [external]STL class
 Cstd::logic_error [external]STL class
 Ctt::ex::tartanBase class for all tartan exceptions
 Ctt::chess::ex::no_kingThrown when tt::chess::Chessboard has no King object of certain tt::Piece::Color
 Ctt::ex::bad_pieceBase class for exceptions about pieces
 Ctt::chess::ex::duplicate_kingThrown when inserted King is already provided
 Ctt::ex::bad_piece_specThrown when Board::piece() can not recognize Piece specification
 Ctt::ex::foreign_pieceThrown when piece does not belong to Board object in which it is being processed
 Ctt::ex::null_pieceThrown when Piece pointer is nullptr when it should not be
 Ctt::ex::position_is_takenThrown when Piece Position on Board is occupied when it should not to
 Ctt::ex::bad_piece_typeThrown when tt::Board::getPieceType() returns std::type_info that is not mentioned in its argument
 Ctt::ex::bad_setException when Board::set() functions fail
 Ctt::ex::illegal_moveBase class for Board::makeMove() function errors
 Ctt::chess::ex::checkThrown when turn cannot be perfomred because of King beeing in check
 Ctt::chess::ex::checkmateThrown when turn cannot be perfomred because of King is under checkmate
 Ctt::ex::can_not_moveThrown when Board::makeMove() is performed on Piece that can not make any moves
 Ctt::ex::no_such_moveThrown when piece moved with Board::makeMove() can not have such move
 Ctt::ex::piece_in_wrong_colorThrown when trying to Board::makeMove() on Piece that has wrong Piece::Color
 Ctt::ex::tile_is_emptyThrown when selected Piece location is empty of the Board
 Ctt::ex::illegal_turnThrown when constructed Piece::Turn object is malformed
 Cstd::list< Turn * > [external]
 Ctt::Piece::TurnMapList of Turn objects
 Ctt::PieceGeneric board memeber API
 Ctt::chess::BishopBishop chess Piece
 Ctt::chess::KingKing chess Piece
 Ctt::chess::KnightKnight chess Piece
 Ctt::chess::PawnPawn chess Piece
 Ctt::chess::QueenQueen chess Piece
 Ctt::chess::RookRook chess Piece
 Ctt::Piece::PositionPiece position at the Board
 Ctt::Piece::TurnGeneric Piece Turn on Board
 Ctt::chess::Bishop::TurnBishop Turn
 Ctt::chess::King::TurnKing Turn
 Ctt::chess::Knight::TurnKnight Turn
 Ctt::chess::Pawn::TurnPawn Turn
 Ctt::chess::Queen::TurnQueen Turn
 Ctt::chess::Rook::TurnRook Turn