libstd v0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
QueueNode Struct Reference

Node structure representing an element in the queue. More...

#include <queue.h>

Collaboration diagram for QueueNode:
Collaboration graph
[legend]

Public Attributes

void * data
 
struct QueueNodenext
 

Detailed Description

Node structure representing an element in the queue.

Member Data Documentation

◆ data

void* QueueNode::data

Pointer to the stored element data.

◆ next

struct QueueNode* QueueNode::next

Pointer to the next node in the queue.


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