Intrusive linked-list node for a single deferred type registration. More...
#include <ScriptEntry.h>
Public Attributes | |
| void(* | RegisterFn )(TypeRegistry *) |
| Callback that registers the type in the registry. | |
| PendingEntry * | Next = nullptr |
| Next entry in the singly-linked list. | |
Intrusive linked-list node for a single deferred type registration.
| PendingEntry* Raven::PendingEntry::Next = nullptr |
Next entry in the singly-linked list.
| void(* Raven::PendingEntry::RegisterFn) (TypeRegistry *) |
Callback that registers the type in the registry.