GCC Middle and Back End API Reference
queue_type Struct Reference

Data Fields

int * queue
 
int head
 
int tail
 
int size
 

Field Documentation

◆ head

int queue_type::head

Referenced by dequeue(), init_queue(), and is_empty().

◆ queue

int* queue_type::queue

Referenced by dequeue(), and enqueue().

◆ size

int queue_type::size

Referenced by enqueue().

◆ tail

int queue_type::tail

Referenced by enqueue(), init_queue(), and is_empty().


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