text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

QueueA.h File Reference


Detailed Description

Specification of array-based ADT queue.

Date:
29 May 2006
Chapter:
Chapter 7
Page:
Page 360
Version:
5.0

Definition in file QueueA.h.

#include "QueueException.h"

Include dependency graph for QueueA.h:

Go to the source code of this file.

Classes

class  Queue

Typedefs

typedef desired type of queue
item 
QueueItemType

Variables

const int MAX_QUEUE = maximum-size-of-queue


Typedef Documentation

typedef desired type of queue item QueueItemType
 

Definition at line 19 of file QueueA.h.


Variable Documentation

const int MAX_QUEUE = maximum-size-of-queue
 

Definition at line 18 of file QueueA.h.

Referenced by Queue::dequeue(), and Queue::enqueue().


Generated on Sun Aug 27 17:20:03 2006 for AWLogo by  doxygen 1.4.6