OpenTTD Source
20241111-master-gce64d5f5d9
|
Stateless, thread safe initialization handler. More...
#include <init.h>
Public Member Functions | |
void | Run (LinkGraphJob &job) const override |
Initialize the link graph job. More... | |
Public Member Functions inherited from ComponentHandler | |
virtual | ~ComponentHandler ()=default |
Destroy the handler. More... | |
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().