You.i Engine
YiPriorityQueue.h File Reference

Go to the source code of this file.

Classes

class  CYIPriorityQueue< YI_PRIORITY_QUEUE_ITEM, YI_PRIORITY_QUEUE_ALLOCATOR >
 A container class which maintains a queue of items within defined YI_PRIORITY_QUEUE_PRIORITY priorities. More...
 

Enumerations

enum  YI_PRIORITY_QUEUE_PRIORITY {
  YI_PRIORITY_QUEUE_HIGHEST = 2,
  YI_PRIORITY_QUEUE_HIGH = 1,
  YI_PRIORITY_QUEUE_NORMAL = 0,
  YI_PRIORITY_QUEUE_LOW = -1,
  YI_PRIORITY_QUEUE_LOWEST = -2,
  YI_PRIORITY_QUEUE_DEFAULT = YI_PRIORITY_QUEUE_NORMAL
}