| OpenTTD
    | 
cached segment cost for rail YAPF More...
#include <yapf_node_rail.hpp>
| Public Types | |
| typedef CYapfRailSegmentKey | Key | 
| Public Member Functions | |
| CYapfRailSegment (const CYapfRailSegmentKey &key) | |
| const Key & | GetKey () const | 
| TileIndex | GetTile () const | 
| CYapfRailSegment * | GetHashNext () | 
| void | SetHashNext (CYapfRailSegment *next) | 
| void | Dump (DumpTarget &dmp) const | 
| Data Fields | |
| CYapfRailSegmentKey | m_key | 
| TileIndex | m_last_tile | 
| Trackdir | m_last_td | 
| int | m_cost | 
| TileIndex | m_last_signal_tile | 
| Trackdir | m_last_signal_td | 
| EndSegmentReasonBits | m_end_segment_reason | 
| CYapfRailSegment * | m_hash_next | 
cached segment cost for rail YAPF
Definition at line 65 of file yapf_node_rail.hpp.
 1.8.1.2
 1.8.1.2