OpenTTD Source  20240919-master-gdf0233f4c2
DemandHandler Class Reference

Stateless, thread safe demand handler. More...

#include <demands.h>

Inheritance diagram for DemandHandler:
ComponentHandler

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...
 

Detailed Description

Stateless, thread safe demand handler.

Doesn't do anything but call DemandCalculator.

Definition at line 28 of file demands.h.

Member Function Documentation

◆ Run()

void DemandHandler::Run ( LinkGraphJob job) const
inlineoverridevirtual

Call the demand calculator on the given component.

Parameters
jobComponent to calculate the demands for.

Implements ComponentHandler.

Definition at line 35 of file demands.h.


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