OpenTTD Source
20241109-master-g5e4f8db7d6
|
key for cached segment cost for rail YAPF More...
#include <yapf_node_rail.hpp>
Public Member Functions | |
CYapfRailSegmentKey (const CYapfNodeKeyTrackDir &node_key) | |
void | Set (const CYapfRailSegmentKey &src) |
void | Set (const CYapfNodeKeyTrackDir &node_key) |
int32_t | CalcHash () const |
TileIndex | GetTile () const |
Trackdir | GetTrackdir () const |
bool | operator== (const CYapfRailSegmentKey &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields | |
uint32_t | value |
key for cached segment cost for rail YAPF
Definition at line 20 of file yapf_node_rail.hpp.