ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

priorityq.h File Reference
#include "priorityq-heap.h"

Go to the source code of this file.

Data Structures

struct  PriorityQ

Defines

#define PQkey   PQSortKey
#define PQhandle   PQSortHandle
#define PriorityQ   PriorityQSort
#define pqNewPriorityQ(leq)   __gl_pqSortNewPriorityQ(leq)
#define pqDeletePriorityQ(pq)   __gl_pqSortDeletePriorityQ(pq)
#define pqInit(pq)   __gl_pqSortInit(pq)
#define pqInsert(pq, key)   __gl_pqSortInsert(pq,key)
#define pqMinimum(pq)   __gl_pqSortMinimum(pq)
#define pqExtractMin(pq)   __gl_pqSortExtractMin(pq)
#define pqDelete(pq, handle)   __gl_pqSortDelete(pq,handle)
#define pqIsEmpty(pq)   __gl_pqSortIsEmpty(pq)

Typedefs

typedef PQHeapKey PQkey
typedef PQHeapHandle PQhandle

Functions

PriorityQpqNewPriorityQ (int(*leq)(PQkey key1, PQkey key2))
void pqDeletePriorityQ (PriorityQ *pq)
int pqInit (PriorityQ *pq)
PQhandle pqInsert (PriorityQ *pq, PQkey key)
PQkey pqExtractMin (PriorityQ *pq)
void pqDelete (PriorityQ *pq, PQhandle handle)
PQkey pqMinimum (PriorityQ *pq)
int pqIsEmpty (PriorityQ *pq)

Generated on Sun May 27 2012 05:09:43 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.