![]() |
Vireo
1.0
Compact runtime for Virtual Instruments
|
#include <ExecutionContext.h>
Public Member Functions | |
| Boolean | IsEmpty () |
| True when the Queue is empty. | |
| VIClump * | Dequeue () |
| Get a clump from a Queue, null returned if none. | |
| void | Enqueue (VIClump *) |
| Add a clump to a Queue. The clump should not be in any other queue. | |
Public Attributes | |
| VIClump * | _head |
| VIClump * | _tail |
Queue of clumps.
The Queue is made by linking clumps directly using their next field, thus clumps can only be in one queue (or list) at a time.
1.8.6