Class
PriorityType
Stores items in such a way that the item with the highest priority is at the top.
| PriorityType | |||||||
|  |  | ||||||
Include Headers
seqan/misc.h
Parameters
|  The value type that is stored. Default: int | |
|  The comparator type that is used for sorting the items stored. Default: std::less<TValue> | |
|  The specializing type. Default: PriorityHeap | 
Specializations
| Stores the priority data on a heap. | 
Metafunctions
| Type of an object that is suitable to hold size information. | |
| Type of the items in the container. | 
Functions
| Adjusts the priority of the first item. | |
| Resets an object. | |
| Test a container for being empty. | |
| The number of items/characters. | |
| Deletes item with the highest priority and adjusts the priority queue. | |
| Inserts a new item and adjusts the priority queue if necessary. | |
| Reference to the item with the highest priority. | 
SeqAn - Sequence Analysis Library - www.seqan.de