#include <dynamicQueue.h>
Inheritance diagram for dynamicQueue:
Public Member Functions | |
dynamicQueue (TItem nn, goblinController &thisContext) throw () | |
~dynamicQueue () throw () | |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
char * | Display () const throw () |
void | Insert (TItem w, TKey alpha=0) throw (ERRange) |
TItem | Delete () throw (ERRejected) |
void | ChangeKey (TItem w, TKey alpha) throw (ERRange,ERRejected) |
TItem | Peek () const throw (ERRejected) |
bool | Empty () const throw () |
void | Init () throw () |
TItem | Cardinality () const throw () |
Data Structures | |
struct | queueMember |
|
|
|
|
|
Reimplemented from managedObject. |
|
Query the current queue cardinality.
Implements goblinQueue. |
|
Insert an index into the queue.
Implements goblinQueue. |
|
Delete an element from the queue.
Implements goblinQueue. |
|
Unconditional display of data objects.
Reimplemented from managedObject. |
|
Check if the queue is empty.
Implements goblinQueue. |
|
Delete all elements from the queue efficently.
Implements goblinQueue. |
|
Insert an index into the queue.
Implements goblinQueue. |
|
Query what is coming next on the queue.
Implements goblinQueue. |
|
Implements goblinQueue. |