#include <MemBoard.h>
Inherits Layer.

Public Member Functions | |
| MemBoard () | |
| int | getSize () |
| Returns the size of the board. | |
| void | setSize (int bSize) |
| Sets the size of the board. | |
| bool | hasRegister (int row, int col) |
| Determines if the board has a register at that value. | |
| void | clearBoard () |
| Clears the board. | |
| void | setBoardLayout (int diff, int stage) |
| void | printBoardLayout () |
Protected Attributes | |
| int | boardSize |
| bool | registers [4][12] |
| MemBoard::MemBoard | ( | ) |
| void MemBoard::clearBoard | ( | ) |
Clears the board.
| int MemBoard::getSize | ( | ) |
Returns the size of the board.
| bool MemBoard::hasRegister | ( | int | row, | |
| int | col | |||
| ) |
Determines if the board has a register at that value.
| void MemBoard::printBoardLayout | ( | ) |
| void MemBoard::setBoardLayout | ( | int | diff, | |
| int | stage | |||
| ) |
| void MemBoard::setSize | ( | int | bSize | ) |
Sets the size of the board.
int MemBoard::boardSize [protected] |
bool MemBoard::registers[4][12] [protected] |
1.5.7.1