Graphviz  2.41.20171026.1811
Data Fields
PriorityQueue_struct Struct Reference

#include <PriorityQueue.h>

Collaboration diagram for PriorityQueue_struct:
Collaboration graph
[legend]

Data Fields

int count
 
int n
 
int ngain
 
int gain_max
 
DoubleLinkedListbuckets
 
DoubleLinkedListwhere
 
intgain
 

Detailed Description

Definition at line 4 of file PriorityQueue.h.

Field Documentation

DoubleLinkedList* PriorityQueue_struct::buckets
int PriorityQueue_struct::count
int* PriorityQueue_struct::gain
int PriorityQueue_struct::gain_max
int PriorityQueue_struct::n

Definition at line 9 of file PriorityQueue.h.

Referenced by PriorityQueue_new(), and sfdp_cleanup().

int PriorityQueue_struct::ngain

Definition at line 12 of file PriorityQueue.h.

Referenced by PriorityQueue_delete(), and PriorityQueue_new().

DoubleLinkedList* PriorityQueue_struct::where

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