Tools.h++ Class Reference

Table Of Contents
queue).
RWBoolean
isEmpty() const;
Returns TRUE if there are no items in the queue, otherwise FALSE.
void
insert(T a);
Inserts the item a at the end of the queue.
T
last() const;
Returns, but does not remove, the last item in the queue (the item most recently inserted
into the queue).