OpenTTD
Public Types | Public Member Functions
CYapfSegmentCostCacheNoneT< Types > Class Template Reference

CYapfSegmentCostCacheNoneT - the formal only yapf cost cache provider that implements PfNodeCacheFetch() and PfNodeCacheFlush() callbacks. More...

#include <yapf_costcache.hpp>

Inheritance diagram for CYapfSegmentCostCacheNoneT< Types >:
CYapfT< CYapfRoad_TypesT< CYapfRoad1, CRoadNodeListTrackDir, CYapfDestinationTileRoadT > > CYapfT< CYapfRoad_TypesT< CYapfRoad2, CRoadNodeListExitDir, CYapfDestinationTileRoadT > > CYapfT< CYapfRoad_TypesT< CYapfRoadAnyDepot1, CRoadNodeListTrackDir, CYapfDestinationAnyDepotRoadT > > CYapfT< CYapfRoad_TypesT< CYapfRoadAnyDepot2, CRoadNodeListExitDir, CYapfDestinationAnyDepotRoadT > > CYapfT< CYapfShip_TypesT< CYapfShip1, CFollowTrackWater, CShipNodeListTrackDir > > CYapfT< CYapfShip_TypesT< CYapfShip2, CFollowTrackWater, CShipNodeListExitDir > > CYapfT< CYapfShip_TypesT< CYapfShip3, CFollowTrackWaterNo90, CShipNodeListTrackDir > > CYapfRoad1 CYapfRoad2 CYapfRoadAnyDepot1 CYapfRoadAnyDepot2 CYapfShip1 CYapfShip2 CYapfShip3

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 &n)
 Called by YAPF to attach cached or local segment cost data to the given node.
void PfNodeCacheFlush (Node &n)
 Called by YAPF to flush the cached segment cost data back into cache storage.

Detailed Description

template<class Types>
class CYapfSegmentCostCacheNoneT< Types >

CYapfSegmentCostCacheNoneT - the formal only yapf cost cache provider that implements PfNodeCacheFetch() and PfNodeCacheFlush() callbacks.

Used when nodes don't have CachedData defined (they don't count with any segment cost caching).

Definition at line 23 of file yapf_costcache.hpp.

Member Function Documentation

template<class Types >
bool CYapfSegmentCostCacheNoneT< Types >::PfNodeCacheFetch ( Node n)
inline

Called by YAPF to attach cached or local segment cost data to the given node.

Returns
true if globally cached data were used or false if local data was used

Definition at line 33 of file yapf_costcache.hpp.

template<class Types >
void CYapfSegmentCostCacheNoneT< Types >::PfNodeCacheFlush ( Node n)
inline

Called by YAPF to flush the cached segment cost data back into cache storage.

Current cache implementation doesn't use that.

Definition at line 42 of file yapf_costcache.hpp.


The documentation for this class was generated from the following file: