#include <directions.h>
|
| static constexpr int | Bot_Id = 1 << 3 |
| |
| static constexpr int | Left_Id = 1 << 0 |
| |
| static constexpr int | Right_Id = 1 << 1 |
| |
| static constexpr int | Top_Id = 1 << 2 |
| |
Definition at line 4 of file directions.h.
| bool Directions::bot |
( |
| ) |
const |
|
inline |
| int Directions::horz |
( |
| ) |
const |
|
inline |
| bool Directions::left |
( |
| ) |
const |
|
inline |
| bool Directions::right |
( |
| ) |
const |
|
inline |
| bool Directions::top |
( |
| ) |
const |
|
inline |
| int Directions::vert |
( |
| ) |
const |
|
inline |
| int Directions::_data = 0 |
|
private |
| constexpr int Directions::Bot_Id = 1 << 3 |
|
staticprivate |
| constexpr int Directions::Left_Id = 1 << 0 |
|
staticprivate |
| constexpr int Directions::Right_Id = 1 << 1 |
|
staticprivate |
| constexpr int Directions::Top_Id = 1 << 2 |
|
staticprivate |
The documentation for this class was generated from the following file: