tartan 1.2.2.1
Chess API
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 NstdSTL namespace
 NttTartan library namespace
 NchessChess game namespace
 NexChess related exceptions namespace
 CcheckThrown when turn cannot be perfomred because of King beeing in check
 CcheckmateThrown when turn cannot be perfomred because of King is under checkmate
 Cduplicate_kingThrown when inserted King is already provided
 Cno_kingThrown when tt::chess::Chessboard has no King object of certain tt::Piece::Color
 CBishopBishop chess Piece
 CTurnBishop Turn
 CChessboardChess game board
 CKingKing chess Piece
 CTurnKing Turn
 CKnightKnight chess Piece
 CTurnKnight Turn
 CPawnPawn chess Piece
 CTurnPawn Turn
 CQueenQueen chess Piece
 CTurnQueen Turn
 CRookRook chess Piece
 CTurnRook Turn
 NexTartan tt::Board exceptions set
 Cbad_pieceBase class for exceptions about pieces
 Cbad_piece_specThrown when Board::piece() can not recognize Piece specification
 Cbad_piece_typeThrown when tt::Board::getPieceType() returns std::type_info that is not mentioned in its argument
 Cbad_setException when Board::set() functions fail
 Ccan_not_moveThrown when Board::makeMove() is performed on Piece that can not make any moves
 Cforeign_pieceThrown when piece does not belong to Board object in which it is being processed
 Cillegal_moveBase class for Board::makeMove() function errors
 Cillegal_turnThrown when constructed Piece::Turn object is malformed
 Cno_such_moveThrown when piece moved with Board::makeMove() can not have such move
 Cnull_pieceThrown when Piece pointer is nullptr when it should not be
 Cpiece_in_wrong_colorThrown when trying to Board::makeMove() on Piece that has wrong Piece::Color
 Cposition_is_takenThrown when Piece Position on Board is occupied when it should not to
 CtartanBase class for all tartan exceptions
 Ctile_is_emptyThrown when selected Piece location is empty of the Board
 CBoard8x8 game board
 CPieceGeneric board memeber API
 CPositionPiece position at the Board
 CTurnGeneric Piece Turn on Board
 CTurnMapList of Turn objects