Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

          Class HashTable


     The class HashTable provides an implementation of a collection in
     which  there  is  no  provision  for ordering of objects.   Class
     HashTable serves as a base class for the classes  Bag,  Set,  and
     Dictionary, which  are  all  unordered  collections  of  objects.
     Class HashTable was chosen as a base class because  each  of  the
     classes derived from this class are  implemented  using HashTable
     access methods.  You may notice that a derivation  of  this  sort
     differs  from the conceptual derivation in  other  areas  of  the
     hierarchy.  The difference exists  because you may find it easier
     to understand the  relationship  if that relationship is based on
     the implementation of the classes.

     Derived from: Collection

     Public member functions:
        isA
        nameOf
        hashValue
        add
        destroy
        detach
        hasMember
        findMember
        initIterator
        printOn              Inherited from Container.
        isEqual              Inherited from Container.
        isEmpty              Inherited from Container.
        forEach              Inherited from Container.
        firstThat            Inherited from Container.
        lastThat             Inherited from Container.
        printHeader          Inherited from Container.
        printSeparator       Inherited from Container.
        printTrailer         Inherited from Container.
        getItemsInContainer  Inherited from Container.
        isSortable           Inherited from Object.
        isAssociation        Inherited from Object.
        operator new         Inherited from Object.

See Also: hashtbl.h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson