Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
Queue Struct Reference

A node in the queue. More...

#include <queue.h>

Collaboration diagram for Queue:

Public Attributes

struct Queuenext
 
void * data
 

Detailed Description

A node in the queue.

This structure represents a node in the queue. Each node contains a pointer to the next node in the queue and a pointer to the data stored in the node.

Member Data Documentation

◆ next

struct Queue* Queue::next

Pointer to the next node in the queue.

◆ data

void* Queue::data

Pointer to the data stored in the node.


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