Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
comparison PriorityQueue.h @ 9:40cad2a2fffc
remove function declared (implementation -> TODO)
| author | hausers |
|---|---|
| date | Fri, 02 Mar 2012 18:15:20 +0100 |
| parents | 7254bef12749 |
| children | ee94893d2843 |
comparison
equal
deleted
inserted
replaced
| 3:4c461af569da | 4:f526a6ab844b |
|---|---|
| 30 PrioQueueStruc* makePrioQ(); | 30 PrioQueueStruc* makePrioQ(); |
| 31 void* getFirstPrioQ (PrioQueueStruc *Q); | 31 void* getFirstPrioQ (PrioQueueStruc *Q); |
| 32 void* popPrioQ (PrioQueueStruc *Q); | 32 void* popPrioQ (PrioQueueStruc *Q); |
| 33 bool insertPrioQ (void *val, int key, PrioQueueStruc *Q); | 33 bool insertPrioQ (void *val, int key, PrioQueueStruc *Q); |
| 34 void freePrioQ (PrioQueueStruc *Q); | 34 void freePrioQ (PrioQueueStruc *Q); |
| 35 void removePrioQ (int key, PrioQueueStruc *Q); | |
| 35 | 36 |
| 36 #ifdef DEBUG | 37 #ifdef DEBUG |
| 37 void printPrioQ (PrioQueueStruc *Q); | 38 void printPrioQ (PrioQueueStruc *Q); |
| 38 void swap (PrioQueueStruc *Q, int a, int b); | 39 void swap (PrioQueueStruc *Q, int a, int b); |
| 39 #endif | 40 #endif |
