|
libstd v0.1.0
|
Node structure representing an element in the queue. More...
#include <queue.h>

Public Attributes | |
| void * | data |
| struct QueueNode * | next |
Node structure representing an element in the queue.
| void* QueueNode::data |
Pointer to the stored element data.
| struct QueueNode* QueueNode::next |
Pointer to the next node in the queue.