|
OpenTTD Source 20251117-master-g7398d2e290
|
Stateless, thread safe initialization handler. More...
#include <init.h>
Public Member Functions | |
| void | Run (LinkGraphJob &job) const override |
| Initialize the link graph job. | |
Public Member Functions inherited from ComponentHandler | |
| virtual | ~ComponentHandler ()=default |
| Destroy the handler. | |
Stateless, thread safe initialization handler.
Initializes node and edge annotations.
|
inlineoverridevirtual |
Initialize the link graph job.
| job | Job to be initialized. |
Implements ComponentHandler.
Definition at line 19 of file init.h.
References LinkGraphJob::Init().