OpenTTD Source
20241108-master-g80f628063a
|
Yapf Node base. More...
#include <yapf_node.hpp>
Public Types | |
typedef Tkey_ | Key |
typedef Tnode | Node |
Public Member Functions | |
void | Set (Node *parent, TileIndex tile, Trackdir td, bool is_choice) |
Node * | GetHashNext () |
void | SetHashNext (Node *pNext) |
TileIndex | GetTile () const |
Trackdir | GetTrackdir () const |
const Tkey_ & | GetKey () const |
int | GetCost () const |
int | GetCostEstimate () const |
bool | GetIsChoice () const |
bool | operator< (const Node &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields | |
Tkey_ | key |
Node * | hash_next |
Node * | parent |
int | cost |
int | estimate |
bool | is_choice |
Yapf Node base.
Definition at line 62 of file yapf_node.hpp.