
#include <struct.h>

Data Fields | |
| int | id |
| struct ListNodeType * | prev |
| struct ListNodeType * | next |
Definition at line 51 of file struct.h.
Definition at line 52 of file struct.h.
Referenced by PQueueGetMax(), PQueueInit(), and PQueueSeeMax().
struct ListNodeType* ListNodeType::prev [read] |
Definition at line 53 of file struct.h.
Referenced by PQueueDelete(), PQueueGetMax(), PQueueInsert(), and PQueueUpdateUp().
struct ListNodeType * ListNodeType::next [read] |
Definition at line 53 of file struct.h.
Referenced by PQueueDelete(), PQueueGetMax(), PQueueInsert(), and PQueueUpdateUp().
1.5.5