|
My library
Library for common tasks
|
#include <types.h>

Data Fields | |
| spec_t | type |
| The type of the elements contained by the Queue. Refer to spec_t. More... | |
| Node | head |
| Head of the Queue. More... | |
| Node | tail |
| Tail of the Queue. More... | |
| unsigned int | size |
| The number of elements contained by the Queue. More... | |
Queue type
| unsigned int Queue::size |
The number of elements contained by the Queue.