The Sparta Modeling Framework
Loading...
Searching...
No Matches
PriorityQueue.hpp File Reference

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.
 

Detailed Description

Defines a Priority queue similar to STL's, but with more functionality.

Definition in file PriorityQueue.hpp.