fred-mod-eppd-2.20.1
Data Fields
qhead Struct Reference

Queue structure used on countless places throughout the program. More...

#include <epp_common.h>

Collaboration diagram for qhead:
Collaboration graph
[legend]

Data Fields

int count
 Optimization for length() function. More...
 
qitembody
 Items in a queue. More...
 
qitemcur
 Currently selected item. More...
 

Detailed Description

Queue structure used on countless places throughout the program.

It is one way linked list of items, consisting of two parts: head and body.

Field Documentation

◆ body

qitem* qhead::body

Items in a queue.

Referenced by epp_gen_response(), gen_response(), and q_add().

◆ count

int qhead::count

Optimization for length() function.

Referenced by gen_response(), and q_add().

◆ cur

qitem* qhead::cur

Currently selected item.


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