

Data Fields | |
| priormsg * | msgs [MAX_SIZE] |
| unsigned int | size |
Definition at line 22 of file priorityqueue.C.
| priormsg* MsgHeap::msgs[MAX_SIZE] |
Definition at line 23 of file priorityqueue.C.
Referenced by heap_addItem(), heap_extractMin(), and heap_heapify().
| unsigned int MsgHeap::size |
Definition at line 24 of file priorityqueue.C.
Referenced by heap_addItem(), heap_extractMin(), heap_init(), heap_isEmpty(), heap_isFull(), and heap_size().
1.5.5