Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Enumerations | Variables
GridDirection.hpp File Reference
#include <alib/set>
Include dependency graph for GridDirection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  grid
 

Enumerations

enum class  grid::SquareGridDirections {
  grid::north_west , grid::north , grid::north_east , grid::east ,
  grid::south_east , grid::south , grid::south_west , grid::west ,
  grid::none
}
 

Variables

const ext::set< SquareGridDirections > grid::SQUARE_GRID_DIRECTIONS