_ModuleDescriptorList
Module: AudioWeaver Core / Module Descriptor List
Linked list containing module descriptor entries. More...
#include <Include/ModuleDescriptorList.h>
Public Attributes
| Name | |
|---|---|
| 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. |
Detailed Description
struct _ModuleDescriptorList;
Linked list containing module descriptor entries.
Should be initialized to zeros and manipulated with mutator functions.
Public Attributes Documentation
variable length
size_t length;
Number of entries in the list.
variable head
ModuleDescriptorListEntry * head;
Pointer to the first entry in the list.
variable last
ModuleDescriptorListEntry * last;
Pointer to the last entry in the list.