Public Attributes | List of all members
gft::PQueue32::_pqdoublylinkedlists Struct Reference

#include <gft_pqueue32.h>

Public Attributes

PQNodeelem
 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...
 

Member Data Documentation

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.


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