#include <TIL_PriorityQueue.h>
Definition at line 22 of file TIL_PriorityQueue.h.
TIL_PriorityQueue::TIL_PriorityQueue |
( |
unsigned int |
nbuckets, |
|
|
unsigned int |
bucket_range, |
|
|
unsigned int |
max_entries |
|
) |
| |
TIL_PriorityQueue::~TIL_PriorityQueue |
( |
| ) |
|
void TIL_PriorityQueue::empty |
( |
bool |
delete_nodes = true | ) |
|
unsigned int TIL_PriorityQueue::getBucketSize |
( |
int |
bucket | ) |
const |
unsigned int TIL_PriorityQueue::getMaxBucketSize |
( |
int |
bn | ) |
const |
|
inline |
unsigned int TIL_PriorityQueue::getNumBuckets |
( |
| ) |
const |
|
inline |
unsigned int TIL_PriorityQueue::getPriorityRange |
( |
| ) |
const |
|
inline |
bool TIL_PriorityQueue::isEmpty |
( |
| ) |
const |
void TIL_PriorityQueue::setMaxSize |
( |
unsigned int |
size | ) |
|
void TIL_PriorityQueue::setPriorityRange |
( |
unsigned int |
bucket_range | ) |
|
The documentation for this class was generated from the following file: