| OpenTTD
    | 
Yapf Node for ships. More...
#include <yapf_node_ship.hpp>
 
  
 | Additional Inherited Members | |
|  Public Types inherited from CYapfNodeT< Tkey_, CYapfShipNodeT< Tkey_ > > | |
| typedef Tkey_ | Key | 
| typedef CYapfShipNodeT< Tkey_ > | Node | 
|  Public Member Functions inherited from CYapfNodeT< Tkey_, CYapfShipNodeT< Tkey_ > > | |
| 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 | operator< (const Node &other) const | 
| void | Dump (DumpTarget &dmp) const | 
|  Data Fields inherited from CYapfNodeT< Tkey_, CYapfShipNodeT< Tkey_ > > | |
| Tkey_ | m_key | 
| Node * | m_hash_next | 
| Node * | m_parent | 
| int | m_cost | 
| int | m_estimate | 
Yapf Node for ships.
Definition at line 17 of file yapf_node_ship.hpp.
 1.8.1.2
 1.8.1.2