OpenTTD Source
20241108-master-g80f628063a
|
CYapfSegmentCostCacheNoneT - the formal only yapf cost cache provider that implements PfNodeCacheFetch(). More...
#include <yapf_costcache.hpp>
Public Types | |
typedef Types::Tpf | Tpf |
the pathfinder class (derived from THIS class) | |
typedef Types::NodeList::Titem | Node |
this will be our node type | |
Public Member Functions | |
bool | PfNodeCacheFetch (Node &) |
Called by YAPF to attach cached or local segment cost data to the given node. More... | |
CYapfSegmentCostCacheNoneT - the formal only yapf cost cache provider that implements PfNodeCacheFetch().
Used when nodes don't have CachedData defined (they don't count with any segment cost caching).
Definition at line 24 of file yapf_costcache.hpp.
|
inline |
Called by YAPF to attach cached or local segment cost data to the given node.
Definition at line 34 of file yapf_costcache.hpp.