text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

StackA.h File Reference


Detailed Description

Specification of the array-based implementation of the ADT stack.

Date:
29 May 2006
Chapter:
Chapter 6
Page:
Page 299
Version:
5.0

Definition in file StackA.h.

#include "StackException.h"

Include dependency graph for StackA.h:

Go to the source code of this file.

Classes

class  Stack

Typedefs

typedef desired type of stack
item 
StackItemType

Variables

const int MAX_STACK = maximum-size-of-stack


Typedef Documentation

typedef desired type of stack item StackItemType
 

Definition at line 19 of file StackA.h.


Variable Documentation

const int MAX_STACK = maximum-size-of-stack
 

Definition at line 18 of file StackA.h.

Referenced by Stack::push().


Generated on Sun Aug 27 16:41:11 2006 for AWLogo by  doxygen 1.4.6