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

#include <gft_pqueue32.h>

Public Attributes

int next
 Next node. More...
 
int prev
 Previous node. More...
 
char color
 WHITE=0, GRAY=1, BLACK=2. More...
 

Member Data Documentation

char gft::PQueue32::_pqnode::color

WHITE=0, GRAY=1, BLACK=2.

int gft::PQueue32::_pqnode::next

Next node.

int gft::PQueue32::_pqnode::prev

Previous node.


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