#include <vector>Include dependency graph for grid.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Grid |
| Class representing the spaces. More... | |
Typedefs | |
| typedef vector< vector< int > > | matrix |
Enumerations | |
| enum | Status { nDONTCARE = 0, nNOSPACE, nENABLED, nDISABLED, nINPUT, nOUTPUT, nERROR } |
| Status enum. More... | |
|
|
|
|
|
Status enum. This enum represents the different status of a cell on a grid can have. |
1.4.6