libqueue 1.0.0
Queue in C
All Data Structures Files Functions Variables Typedefs Pages
Data Fields
queue_node_t Struct Reference

Nodes in the queue. More...

#include <queue.h>

Data Fields

void * value
 
struct queue_node_tnext
 

Detailed Description

Nodes in the queue.

The building blocks of queue

Field Documentation

◆ next

struct queue_node_t* queue_node_t::next

Next node in the linked list

◆ value

void* queue_node_t::value

Value stored in the node


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