C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
queue Struct Reference

Public Attributes

size_t capacity
 
int * data
 
size_t head
 
size_t size
 

Detailed Description

Definition at line 15 of file queue.c.

Member Data Documentation

◆ capacity

size_t queue::capacity

Definition at line 19 of file queue.c.

Referenced by queue_create(), queue_dequeue(), queue_enqueue(), and queue_grow().

◆ data

int* queue::data

◆ head

size_t queue::head

Definition at line 17 of file queue.c.

Referenced by queue_create(), queue_dequeue(), queue_enqueue(), queue_grow(), and queue_peek().

◆ size

size_t queue::size

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