Class DList

Inherits from:
Object
Conforms to:
DQueuable, DStackable
Declared in:
DList.h

Class Hierarchy

    Object
      |
      +---DList

Class Description

The DList class implements a number of methods for manipulating double linked lists.

Direct subclasses:
DSortedList
Last modified:
27-Feb-2005 (DList.h)

Instance Variables

private DListNode *_first
the start of the list
private DListNode *_last
the end of the list
private long _count
the number of nodes in the list

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0