Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Raven::PendingEntry Struct Reference

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.
PendingEntryNext = nullptr
 Next entry in the singly-linked list.

Detailed Description

Intrusive linked-list node for a single deferred type registration.

Member Data Documentation

◆ Next

PendingEntry* Raven::PendingEntry::Next = nullptr

Next entry in the singly-linked list.

◆ RegisterFn

void(* Raven::PendingEntry::RegisterFn) (TypeRegistry *)

Callback that registers the type in the registry.


The documentation for this struct was generated from the following file: