One instance of this structure points to one queue of elements. More...
Data Fields | |
int | elements_num |
struct hqelement * | first |
Number of elements in the queue. | |
struct hqelement * | last |
Points to the first element in the queue. |
One instance of this structure points to one queue of elements.