OpenTTD Source
20241111-master-gce64d5f5d9
|
Stateless, thread safe demand handler. More...
#include <demands.h>
Public Member Functions | |
void | Run (LinkGraphJob &job) const override |
Call the demand calculator on the given component. More... | |
virtual | ~DemandHandler ()=default |
Virtual destructor has to be defined because of virtual Run(). | |
Public Member Functions inherited from ComponentHandler | |
virtual | ~ComponentHandler ()=default |
Destroy the handler. More... | |
Stateless, thread safe demand handler.
Doesn't do anything but call DemandCalculator.
|
inlineoverridevirtual |
Call the demand calculator on the given component.
job | Component to calculate the demands for. |
Implements ComponentHandler.