VIPER REFERENCE MANUAL
NAME
-
iflHashElem - base class from which hash table items may be derived
HEADER FILE
-
#include <ifl/iflHashTable.h>
PUBLIC MEMBER SUMMARY
- unsigned int hashIndex;
CLASS DESCRIPTION
-
This class is used as a base from which to derive classes of elements
to be inserted into a hash table derived from iflHashTable.
The constructor of the derived class should fill in the hashIndex
field with an appropriate unsigned integer value for the hash index.
MEMBER DESCRIPTIONS
hashIndex
- unsigned int hashIndex;
-
The hash index for this element, not required to be unique.
It should be filled in by the derived class (or at least filled
in before the element is added to a hash table).
SEE ALSO
-
iflHashTable
