AWE Core 8.D.12 Documentation
Public Member Functions | Data Fields
_ModuleDescriptorList Struct Reference

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...
 
ModuleDescriptorListEntryawe_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.
 
ModuleDescriptorListEntryhead
 Pointer to the first entry in the list.
 
ModuleDescriptorListEntrylast
 Pointer to the last entry in the list.
 

Detailed Description

Linked list containing module descriptor entries.

Should be initialized to zeros and manipulated with mutator functions.


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