Mescal
Loading...
Searching...
No Matches
dequeue_gen Struct Reference

Type used to represent a generic dequeue. More...

#include <type_dequeue_gen.h>

Public Attributes

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.
 

Detailed Description

Type used to represent a generic dequeue.


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