Woolz Image Processing  Version 1.8.3
_AlcCPQItem Struct Reference

An item in a calendar priority queue. Typedef: AlcCPQItem. More...

Data Fields

float priority
 
void * entry
 
struct _AlcCPQItemprev
 
struct _AlcCPQItemnext
 

Detailed Description

An item in a calendar priority queue. Typedef: AlcCPQItem.

Field Documentation

◆ priority

float _AlcCPQItem::priority

Priority of the item, which must be \( \geq 0\). Priority is greater for greater priority values.

Referenced by AlcCPQItemInsert(), and AlcCPQItemUnlink().

◆ entry

void* _AlcCPQItem::entry

User supplied entry. May be NULL.

◆ prev

struct _AlcCPQItem* _AlcCPQItem::prev

Previous item in bucket or free item list.

Referenced by AlcCPQItemFree().

◆ next

struct _AlcCPQItem* _AlcCPQItem::next

Next item in bucket or free item list.

Referenced by AlcCPQItemFree().


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