OpenTTD Source
20241108-master-g80f628063a
|
YAPF template that uses Ttypes template argument to determine all YAPF components (base classes) from which the actual YAPF is composed. More...
#include <yapf_common.hpp>
YAPF template that uses Ttypes template argument to determine all YAPF components (base classes) from which the actual YAPF is composed.
For example classes consult: CYapfRail_TypesT template and its instantiations: CYapfRail1, CYapfRail2, CYapfRail3, CYapfAnyDepotRail1, CYapfAnyDepotRail2, CYapfAnyDepotRail3 < Instance of CYapfBaseT - main YAPF loop and support base class < Cost calculation provider base class < Segment cost cache provider < Origin (tile or two-tile origin) < Destination detector and distance (estimate) calculation provider < Node follower (stepping provider)
Definition at line 190 of file yapf_common.hpp.