Data Fields

PQnode Struct Reference

a node in the PQueue. More...

#include <pqueue.h>

Collaboration diagram for PQnode:
Collaboration graph
[legend]

Data Fields

void * content
struct pqueuenext
double priority

Detailed Description

a node in the PQueue.

Definition at line 62 of file pqueue.h.


Field Documentation

void* PQnode::content

Definition at line 64 of file pqueue.h.

struct pqueue* PQnode::next

Definition at line 65 of file pqueue.h.

double PQnode::priority

Definition at line 63 of file pqueue.h.


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