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 Dictionary


     A  dictionary is an unordered collection  of  objects  which  are
     derived  from  the  class  Association.    The  class  Dictionary
     inherits all of the properties of its parent class, Set, and adds
     a  lookup function.  This function allows  you  to  retrieve  the
     value portion of an association stored in the  dictionary  if you
     supply the key.

     Derived from: Set

     Public member functions:
        isA
        nameOf
        hashValue
        lookup
        add                  Inherited from HashTable.
        destroy              Inherited from HashTable.
        detach               Inherited from HashTable.
        hasMember            Inherited from HashTable.
        findMember           Inherited from HashTable.
        initIterator         Inherited from HashTable.
        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: dict.h

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