|
AWE Core 8.D.12 Documentation
|
Linked list containing module descriptor entries. More...
#include <Include/ModuleDescriptorList.h>
Public Member Functions | |
| bool | awe_moduleDescriptorList_prepend (ModuleDescriptorList *list, ModuleDescriptorListEntry *entry) |
| Insert an entry at the beginning of the list. More... | |
| bool | awe_moduleDescriptorList_append (ModuleDescriptorList *list, ModuleDescriptorListEntry *entry) |
| Insert an entry at the end of the list. More... | |
| ModuleDescriptorListEntry * | awe_moduleDescriptorList_removeHead (ModuleDescriptorList *list) |
| Remove the first entry of the module descriptor list. More... | |
Data Fields | |
| size_t | length |
| Number of entries in the list. | |
| ModuleDescriptorListEntry * | head |
| Pointer to the first entry in the list. | |
| ModuleDescriptorListEntry * | last |
| Pointer to the last entry in the list. | |
Linked list containing module descriptor entries.
Should be initialized to zeros and manipulated with mutator functions.