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 List


     The  class List provides an implementation  of  a  collection  in
     which objects are linked together to form a chain. Objects can be
     added and removed only at the head of the chain. You can traverse
     the list to examine the objects. The traversal starts at the head
     and continues until no more objects are found in the list.

     Derived from: Collection

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

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