#include <gft_pqueue32.h>
Public Attributes | |
PQNode * | elem |
All possible doubly-linked lists of the circular queue. More... | |
int | nelems |
Total number of elements. More... | |
int * | value |
The value of the nodes in the graph. More... | |
PQNode* gft::PQueue32::_pqdoublylinkedlists::elem |
All possible doubly-linked lists of the circular queue.
int gft::PQueue32::_pqdoublylinkedlists::nelems |
Total number of elements.
int* gft::PQueue32::_pqdoublylinkedlists::value |
The value of the nodes in the graph.