fred-mod-eppd
Public Attributes | List of all members
qhead Struct Reference

#include <epp_common.h>

Collaboration diagram for qhead:
Collaboration graph
[legend]

Public Attributes

int count
 
qitembody
 
qitemcur
 

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.

Member Data Documentation

qitem* qhead::body

Items in a queue.

int qhead::count

Optimization for length() function.

qitem* qhead::cur

Currently selected item.


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