Class Specialization
PriorityHeap
Stores the priority data on a heap.
|  |  | ||||||
| PriorityHeap | |||||||
Include Headers
seqan/misc.h
Specialization of
Metafunctions
| Type of an object that is suitable to hold size information. (PriorityType) | |
| Type of the items in the container. (PriorityType) | 
Functions
| Adjusts the priority of the first item. (PriorityType) | |
| Resets an object. (PriorityType) | |
| Test a container for being empty. (PriorityType) | |
| The number of items/characters. (PriorityType) | |
| Deletes item with the highest priority and adjusts the priority queue. (PriorityType) | |
| Inserts a new item and adjusts the priority queue if necessary. (PriorityType) | |
| Reference to the item with the highest priority. (PriorityType) | 
SeqAn - Sequence Analysis Library - www.seqan.de