|
OpenTTD Source 20251117-master-g7398d2e290
|
Yapf Node Key that evaluates hash from (and compares) tile & exit dir. More...
#include <yapf_node.hpp>
Public Member Functions | |
| void | Set (TileIndex tile, Trackdir td) |
| int | CalcHash () const |
| bool | operator== (const CYapfNodeKeyExitDir &other) const |
| void | Dump (DumpTarget &dmp) const |
Data Fields | |
| TileIndex | tile |
| Trackdir | td |
| DiagDirection | exitdir |
Yapf Node Key that evaluates hash from (and compares) tile & exit dir.
Definition at line 17 of file yapf_node.hpp.
|
inline |
Definition at line 29 of file yapf_node.hpp.
|
inline |
Definition at line 39 of file yapf_node.hpp.
|
inline |
Definition at line 34 of file yapf_node.hpp.
Definition at line 22 of file yapf_node.hpp.
| DiagDirection CYapfNodeKeyExitDir::exitdir |
Definition at line 20 of file yapf_node.hpp.
| Trackdir CYapfNodeKeyExitDir::td |
Definition at line 19 of file yapf_node.hpp.
| TileIndex CYapfNodeKeyExitDir::tile |
Definition at line 18 of file yapf_node.hpp.