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 Array


     The instance  class Array is derived from class AbstractArray. An
     Array object defines  an  array  in  which  the  ordering  of the
     elements is undefined.  That  is,  the  element at index i of the
     array has no relationship to the element at index i + 1.

     The  Array  class  adds  the  member  function  addAt()  and  the
     subscript  operator  the  its  parent class, class AbstractArray.
     While the inherited member function add()  (inherited  from class
     Collection) stores a given object in the first available space in
     the array, the addAt() member  function store the given object at
     a specified  index.  Similarly, the subscript operator returns an
     lvalue to which you may assign an object reference.

     Derived from: AbstractArray

     Public member functions:
        isA
        nameOf
        hashValue
        addAt
        operator []
        add
        detach
        initIterator         Inherited from AbstractArray
        lowerBound           Inherited from AbstractArray
        upperBound           Inherited from AbstractArray
        arraySize            Inherited from AbstractArray
        isEqual              Inherited from AbstractArray
        destroy              Inherited from Collection.
        hasMember            Inherited from Collection.
        findMember           Inherited from Collection.
        printOn              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: aray.h

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