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

Priority queue by Dial implemented as proposed by A.X. Falcao with circular and growing features. More...

#include <gft_pqueue32.h>

Public Attributes

PQCircularQueue C
 
PQDoublyLinkedLists L
 
int nadded
 Number of elements added. More...
 

Detailed Description

Priority queue by Dial implemented as proposed by A.X. Falcao with circular and growing features.

Member Data Documentation

PQCircularQueue gft::PQueue32::_priorityqueue::C
PQDoublyLinkedLists gft::PQueue32::_priorityqueue::L
int gft::PQueue32::_priorityqueue::nadded

Number of elements added.


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