class HASH


Public Methods

void AddEntry (const STRING& a)
INT Check (Key_type r)
Item_type* Find (Key_type r)
void GetValue (const STRING& a, STRING *b)
HASH ()
HASH (INT Size)
INT Insert (Item_type item)
~HASH ()

Private Fields

Item_type* H
INT TableSize

Private Methods

INT HashFunction (Key_type item)
void Setup (INT size)

Documentation

HASH(INT Size)

HASH()

INT Insert(Item_type item)

Item_type* Find(Key_type r)

INT Check(Key_type r)

void GetValue(const STRING& a, STRING *b)

void AddEntry(const STRING& a)

~HASH()

Item_type* H

INT TableSize

INT HashFunction(Key_type item)

void Setup(INT size)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de