#include <gft_pqueue32.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... | |
| int | minvalue |
| Minimum value of a node in queue. More... | |
| int | maxvalue |
| Maximum value of a node in queue. More... | |
| int* gft::PQueue32::_pqcircularqueue::first |
List of the first elements of each doubly-linked list.
| int* gft::PQueue32::_pqcircularqueue::last |
List of the last elements of each doubly-linked list.
| int gft::PQueue32::_pqcircularqueue::maxvalue |
Maximum value of a node in queue.
| int gft::PQueue32::_pqcircularqueue::minvalue |
Minimum value of a node in queue.
| int gft::PQueue32::_pqcircularqueue::nbuckets |
Number of buckets in the circular queue.
1.8.6