The Sparta Modeling Framework
|
Functions | |
iterator | sparta::PriorityQueue< DataT, SortingAlgorithmT, bounded_cnt >::begin () |
Iterator to beginning of the queue – highest priority. | |
const_iterator | sparta::PriorityQueue< DataT, SortingAlgorithmT, bounded_cnt >::begin () const |
Const Iterator to beginning of the queue – highest priority. | |
iterator | sparta::PriorityQueue< DataT, SortingAlgorithmT, bounded_cnt >::end () |
Iterator to end of the queue – end priority. | |
const_iterator | sparta::PriorityQueue< DataT, SortingAlgorithmT, bounded_cnt >::end () const |
Const Iterator to end of the queue – end priority. | |
|
inline |
Iterator to beginning of the queue – highest priority.
Definition at line 168 of file PriorityQueue.hpp.
|
inline |
Const Iterator to beginning of the queue – highest priority.
Definition at line 171 of file PriorityQueue.hpp.
|
inline |
Iterator to end of the queue – end priority.
Definition at line 174 of file PriorityQueue.hpp.
|
inline |
Const Iterator to end of the queue – end priority.
Definition at line 177 of file PriorityQueue.hpp.