Class DIntArray

Inherits from:
Object
Conforms to:
DComparable, DParsable, DSizeable, DTextable
Declared in:
DIntArray.h

Class Hierarchy

    Object
      |
      +---DIntArray

Class Description

The DIntArray class implements an one dimensional array of integers. It is of course possible to create an array of integers with the classes DArray and DInt, but this is not very efficient and a little bit clumsy. This class also implements some statistical methods.

Last modified:
31-Oct-2007 (DIntArray.h)

Instance Variables

private unsigned long _size
the allocated size for the data
private unsigned _extra
the extra size amount
private unsigned long _length
the length of the data
private int *_array
the array of integers

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0