text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

Heap.h File Reference


Detailed Description

Specification of the ADT heap.

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

Definition in file Heap.h.

#include "HeapException.h"
#include "KeyedItem.h"

Include dependency graph for Heap.h:

Go to the source code of this file.

Classes

class  Heap

Typedefs

typedef KeyedItem HeapItemType

Variables

const int MAX_HEAP = maximum-size-of-heap


Typedef Documentation

typedef KeyedItem HeapItemType
 

Definition at line 22 of file Heap.h.


Variable Documentation

const int MAX_HEAP = maximum-size-of-heap
 

Definition at line 17 of file Heap.h.

Referenced by Heap::heapInsert().


Generated on Sun Aug 27 22:03:32 2006 for AWLogo by  doxygen 1.4.6