Type used to represent a generic dequeue.
More...
#include <type_dequeue_gen.h>
|
void ** | array |
| Array of values.
|
|
uint | size_array |
| Size of the array of values.
|
|
uint | left |
| Index of the leftmost value in the dequeue.
|
|
uint | right |
| Index following the rightmost value in the dequeue.
|
|
bool | empty |
| Boolean indicating whether the dequeue is empty.
|
|
Type used to represent a generic dequeue.
The documentation for this struct was generated from the following file: