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 Association


     Like  the  abstract  class  Sortable,  the  class  Association is
     another example of a  class  of objects which are used as members
     of another object (in this case, a Dictionary class object).  For
     more  information  on  the  class  Dictionary,  see  the  section
     entitled Class Dictionary.    The  class  Association  provides a
     logical grouping for a key and a value.

     Derived from:  class Object

     Public member functions:
            isA
            nameOf
            hashValue
            printOn
            isEqual
            isAssociation
            key
            value
            isSortable       Inherited from Object.
            operator new     Inherited from Object.
            forEach          Inherited from Object.
            firstThat        Inherited from Object.
            lastThat         Inherited from Object.

See Also: Dictionary collect.h

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