text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

TableA.h File Reference


Detailed Description

Specification of the sorted array-based ADT table.

Date:
29 May 2006
Chapter:
Chapter 11
Page:
Page 607
Version:
5.0

Definition in file TableA.h.

#include "KeyedItem.h"
#include "TableException.h"

Include dependency graph for TableA.h:

Go to the source code of this file.

Classes

class  Table

Typedefs

typedef KeyedItem TableItemType
typedef void(* FunctionType )(TableItemType &anItem)

Variables

const int MAX_TABLE = maximum-size-of-table


Typedef Documentation

typedef KeyedItem TableItemType
 

Definition at line 23 of file TableA.h.

typedef void(* FunctionType)(TableItemType &anItem)
 

Definition at line 24 of file TableA.h.


Variable Documentation

const int MAX_TABLE = maximum-size-of-table
 

Definition at line 21 of file TableA.h.

Referenced by Table::tableInsert().


Generated on Sun Aug 27 22:04:01 2006 for AWLogo by  doxygen 1.4.6