SimpleHashTableItem Class Template Reference

Defines the container class used for the SimpleHashTree class. More...

#include <SimpleHashTable.h>

List of all members.

Public Methods

void write (ostream &os) const
 Write the key to an output stream.

T & key ()
 Return the key.

int compare (T &key)
 Compare the current key with key.


Private Methods

 SimpleHashTableItem (T *Key_)
 Constructor, which requires a key.


Private Attributes

Key
 The key object.


Friends

class AbstractHashTable< SimpleHashTableItem< T >, T >


Detailed Description

template<class T>
class SimpleHashTableItem< T >

Defines the container class used for the SimpleHashTree class.


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