![]() |
OOP A3 Board Games 35
a Board Game Project Made by Students at Cairo FCAI
|
This is the complete list of members for Board< T >, including all inherited members.
| Board(int rows, int columns) | Board< T > | inline |
| board | Board< T > | protected |
| columns | Board< T > | protected |
| game_is_over(Player< T > *)=0 | Board< T > | pure virtual |
| get_board_matrix() const | Board< T > | inline |
| get_columns() const | Board< T > | inline |
| get_rows() const | Board< T > | inline |
| is_draw(Player< T > *)=0 | Board< T > | pure virtual |
| is_lose(Player< T > *)=0 | Board< T > | pure virtual |
| is_win(Player< T > *)=0 | Board< T > | pure virtual |
| n_moves | Board< T > | protected |
| rows | Board< T > | protected |
| update_board(Move< T > *move)=0 | Board< T > | pure virtual |
| ~Board() | Board< T > | inlinevirtual |