#include <gft_pqueue16.h>
Public Attributes | |
| int * | first |
| List of the first elements of each doubly-linked list. More... | |
| int * | last |
| List of the last elements of each doubly-linked list. More... | |
| int | nbuckets |
| Number of buckets in the circular queue. More... | |
| ushort | minvalue |
| Minimum value of a node in queue. More... | |
| ushort | maxvalue |
| Maximum value of a node in queue. More... | |
| int* gft::PQueue16::_pqcircularqueue::first |
List of the first elements of each doubly-linked list.
| int* gft::PQueue16::_pqcircularqueue::last |
List of the last elements of each doubly-linked list.
| ushort gft::PQueue16::_pqcircularqueue::maxvalue |
Maximum value of a node in queue.
| ushort gft::PQueue16::_pqcircularqueue::minvalue |
Minimum value of a node in queue.
| int gft::PQueue16::_pqcircularqueue::nbuckets |
Number of buckets in the circular queue.
1.8.6