|
Assignment Search Framework
|
Go to the source code of this file.
Classes | |
| class | MapPathfindingTransitions |
Enumerations | |
| enum | MapDir { MapDir::north, MapDir::northeast, MapDir::east, MapDir::southeast, MapDir::south, MapDir::southwest, MapDir::west, MapDir::northwest, MapDir::dummy } |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const MapDir &dir) |
|
strong |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const MapDir & | dir | ||
| ) |
Defines an output representation map pathfinding actions.
| out | The output stream. |
| dir | The action to output. |