|
OpenTTD Source
14.0-beta1
|
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().