Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
QueueElement Class Reference

Public Attributes

Particle * mElement
 
double mEnterTime
 
int mLevel
 
int mTag
 

Protected Member Functions

QueueElementsetElement (Particle *pElement, int pPriority, double pEnterTime, int pPosition, QueueElement *pNext, QueueElement *pBefore)
 

Protected Attributes

QueueElementmBefore
 
QueueElementmNext
 

Friends

class HighPriorityQueue