CellList Class Reference
A list element for cells. More...
See also: List of Classes
Detailed Description
Calls are stored in a linked list. This class is the list element for cells. It contains exactly two pointer. One the the cell and one to the next list element.
See also: Macros
Member Function Documentation
cellList* cellList::nextCell
This is a pointer to a list element for a cell.
cell* cellList::thisCell
This is a point to a cell.