Singly-linked list of all pending lifecycle registrations in the DLL. More...
#include <ScriptEntry.h>
Static Public Member Functions | |
| static void | FlushInto (TypeRegistry *registry, std::unordered_map< TypeID, ScriptLifecycle > *lifecycles) |
| Iterates the list and invokes each entry's registration callback. | |
Static Public Attributes | |
| static PendingLifecycleEntry * | Head = nullptr |
| Head of the pending lifecycle list. | |
Singly-linked list of all pending lifecycle registrations in the DLL.
|
inlinestatic |
Iterates the list and invokes each entry's registration callback.
| registry | Destination type registry. |
| lifecycles | Destination lifecycle map. |
|
inlinestatic |
Head of the pending lifecycle list.