|
The Sparta Modeling Framework
|
Defines a Priority queue similar to STL's, but with more functionality. More...
#include <list>#include <algorithm>#include <functional>#include "sparta/utils/SpartaAssert.hpp"#include "sparta/utils/FastList.hpp"Go to the source code of this file.
Classes | |
| class | sparta::PriorityQueue< DataT, SortingAlgorithmT, bounded_cnt > |
| A data structure that allows pushing/emplacing into it with a given sorter. More... | |
Namespaces | |
| namespace | sparta |
| Macros for handling exponential backoff. | |
Defines a Priority queue similar to STL's, but with more functionality.
Definition in file PriorityQueue.hpp.