text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

ChainNode Class Reference

#include <ChainNode.h>

List of all members.


Detailed Description

Definition at line 21 of file ChainNode.h.

Private Member Functions

 ChainNode (const KeyedItem &nodeItem, ChainNode *nextNode=NULL)

Private Attributes

KeyedItem item
ChainNodenext

Friends

class HashTable


Constructor & Destructor Documentation

ChainNode::ChainNode const KeyedItem nodeItem,
ChainNode nextNode = NULL
[inline, private]
 

Definition at line 24 of file ChainNode.h.


Friends And Related Function Documentation

friend class HashTable [friend]
 

Definition at line 30 of file ChainNode.h.


Member Data Documentation

KeyedItem ChainNode::item [private]
 

Definition at line 27 of file ChainNode.h.

ChainNode* ChainNode::next [private]
 

Definition at line 28 of file ChainNode.h.


The documentation for this class was generated from the following file:

Generated on Sun Aug 27 22:18:13 2006 for AWLogo by  doxygen 1.4.6