Nodes in the queue. More...
#include <queue.h>
Data Fields | |
| void * | value |
| struct queue_node_t * | next |
Nodes in the queue.
The building blocks of queue
| struct queue_node_t* queue_node_t::next |
Next node in the linked list
| void* queue_node_t::value |
Value stored in the node