Singly-linked list of all pending member registrations in the DLL.
More...
#include <ScriptEntry.h>
|
| static void | FlushInto (TypeRegistry *registry) |
| | Iterates the list and invokes each entry's registration callback.
|
Singly-linked list of all pending member registrations in the DLL.
PendingMemberRegistration appends to Head during static initialisation. FlushInto is called by PendingRegistrationList::FlushInto to commit every recorded member into the engine's TypeRegistry.
◆ FlushInto()
| void Raven::PendingMemberRegistrationList::FlushInto |
( |
TypeRegistry * | registry | ) |
|
|
inlinestatic |
Iterates the list and invokes each entry's registration callback.
- Parameters
-
| registry | Destination type registry. |
◆ Head
Head of the pending member list.
The documentation for this struct was generated from the following file: