First page
Back
Continue
Last page
Graphics
IntQueue
class definition cont.
private:
Node * front;
Node * rear;
int items;
const int qsize;
IntQueue & operator=(const IntQueue & q);
};