Class DTable

Inherits from:
Object
Declared in:
DTable.h

Class Hierarchy

    Object
      |
      +---DTable

Class Description

The table collection stores objects in an 2d array that can grow. Objects can be accessed by an index. Due to the easy access there is no iterator.

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

Instance Variables

private id *_objects
the stored objects
private int _columns
the number of columns
private int _rows
the number of rows
private long _length
the length of the table

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0