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 Container

     The  Container  class  is an abstract class  derived  from  class
     Object. The class Container does the following:

        1.  It includes all classes which  can  contain  zero  or more
            instances of other objects.

        2.  It provides  a method of determining whether there are any
            objects present in the container and, if so,  a  method of
            iterating through the objects which are present.

        3.  It defines  a method for displaying the objects present in
            the container in a formatted way.

     Derived from: Object

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

See Also: contain.h

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