Overture
Version 25
|
#include <PriorityQueue.h>
Public Member Functions | |
PriorityBatchQueueConstIterator () | |
PriorityBatchQueueConstIterator (const PriorityBatchQueueConstIterator< T > &it_) | |
PriorityBatchQueueConstIterator & | operator= (const PriorityBatchQueueConstIterator< T > &it_) |
PriorityBatchQueueConstIterator & | operator++ () |
PriorityBatchQueueConstIterator | operator++ (int) |
T & | operator* () |
const T & | operator* () const |
bool | operator== (const PriorityBatchQueueConstIterator< T > &i) const |
bool | operator!= (const PriorityBatchQueueConstIterator< T > &i) const |
Friends | |
class | PriorityBatchQueue< T > |
|
inline |
References NULL.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References NULL.
|
inline |
References NULL.
|
inline |
|
inline |
References NULL.
|
friend |