libassa
3.5.1
|
Priority Queue class that allows removal of arbitrariy element from the queue. More...
#include <unistd.h>
#include <limits.h>
#include "assa/Assure.h"
#include "assa/PriorityQueue_Impl.h"
#include "assa/PriorityQueue_Heap.h"
Go to the source code of this file.
Classes | |
class | ASSA::PriorityQueue< T, Compare > |
Namespaces | |
ASSA | |
Priority Queue class that allows removal of arbitrariy element from the queue.
This is Abstraction part of the Bridge pattern.
Definition in file PriorityQueue.h.